fix
This commit is contained in:
@ -4,10 +4,9 @@
|
||||
delegate_to: localhost
|
||||
connection: local
|
||||
|
||||
- name: restart container
|
||||
lxd_container:
|
||||
name: "{{ inventory_hostname }}"
|
||||
state: restarted
|
||||
- name: restart container
|
||||
command:
|
||||
cmd: "/usr/bin/incus restart {{ inventory_hostname }}"
|
||||
delegate_to: localhost
|
||||
connection: local
|
||||
|
||||
|
Reference in New Issue
Block a user