Loading tasks/main.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -2,8 +2,10 @@ # install updates - name: "install updates" tags: "update" ansible.builtin.include_tasks: "update.yaml" # initiate reboot - name: "initiate reboot" tags: "reboot" ansible.builtin.include_tasks: "reboot.yaml" Loading
tasks/main.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -2,8 +2,10 @@ # install updates - name: "install updates" tags: "update" ansible.builtin.include_tasks: "update.yaml" # initiate reboot - name: "initiate reboot" tags: "reboot" ansible.builtin.include_tasks: "reboot.yaml"