Loading tasks/reboot.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ # reboot the system - name: "reboot the system" tags: - "reboot" - "never" ansible.builtin.reboot: msg: "Reboot initiated by Ansible" reboot_timeout: 120 Loading tasks/update.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ # install updates - name: "install updates" tags: - "update" - "never" block: # install updates - alpine Loading Loading
tasks/reboot.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ # reboot the system - name: "reboot the system" tags: - "reboot" - "never" ansible.builtin.reboot: msg: "Reboot initiated by Ansible" reboot_timeout: 120 Loading
tasks/update.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ # install updates - name: "install updates" tags: - "update" - "never" block: # install updates - alpine Loading