ff
This commit is contained in:
parent
f58b082ecb
commit
3d1ad4e954
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 }}"
|
ansible.builtin.command: "pct set {{ item.vmid }} -mp{{ item.mp_nr }} {{ item.mp_path_host }},mp={{ item.mp_path_guest }}"
|
||||||
register: restart
|
register: restart
|
||||||
changed_when:
|
changed_when:
|
||||||
- "restart.rc == 25 OR restart.rc == 0"
|
- "(restart.rc == 25) OR (restart.rc == 0)"
|
||||||
failed_when:
|
failed_when:
|
||||||
- restart.rc != 25
|
- restart.rc != 25
|
||||||
notify: restart lxc
|
notify: restart lxc
|
||||||
|
|
Loading…
Reference in a new issue