LINUX.ORG.RU

История изменений

Исправление i3wm, (текущая версия) :

- name: register container
  add_host:
    name: "{{ lxc_name | default('test-container') }}"
    ansible_connection: lxd
    group: lxd_hosts   

- hosts: lxd_hosts

  tasks:
  - name: some tasks for container
  

Вроде так.

Исходная версия i3wm, :

- name: register container
  add_host:
    name: "{{ lxc_name | default('test-container') }}"
    ansible_connection: lxd
    group: lxd_hosts   

-hosts: lxd_hosts

  tasks:
  - name: some tasks for container
  

Вроде так.