f
This commit is contained in:
parent
5fccfe76fe
commit
f58b082ecb
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
ansible.builtin.command: "pct set {{ item.vmid }} -mp{{ item.mp_nr }} {{ item.mp_path_host }},mp={{ item.mp_path_guest }}"
|
||||
register: restart
|
||||
changed_when:
|
||||
- restart.rc == 25
|
||||
- "restart.rc == 25 OR restart.rc == 0"
|
||||
failed_when:
|
||||
- restart.rc != 25
|
||||
notify: restart lxc
|
||||
|
|
Loading…
Reference in a new issue