Fix conditional and debug msg
This commit is contained in:
parent
c50ea25396
commit
ba7fef8852
@ -39,13 +39,9 @@
|
|||||||
|
|
||||||
- name: Upgrade the jails
|
- name: Upgrade the jails
|
||||||
ansible.builtin.command: "freebsd-update install -j {{ item }}"
|
ansible.builtin.command: "freebsd-update install -j {{ item }}"
|
||||||
register: upgraded_jails
|
|
||||||
changed_when: upgraded_jails.item.rc == 0
|
|
||||||
with_items: "{{ jails }}"
|
with_items: "{{ jails }}"
|
||||||
|
|
||||||
- name: Reboot of jail may be necessary
|
- name: Reboot of jail may be necessary
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "A system reboot may be necessary for this jail."
|
msg: "A reboot of {{ item }} jail may be necessary."
|
||||||
when:
|
|
||||||
- upgraded_jails.item.rc == 0
|
|
||||||
with_items: "{{ jails }}"
|
with_items: "{{ jails }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user