Loading tasks/main.yaml +2 −6 Original line number Diff line number Diff line Loading @@ -2,14 +2,10 @@ # install updates - name: "install updates" tags: - "update" - "never" tags: "update" ansible.builtin.include_tasks: "update.yaml" # initiate reboot - name: "initiate rboot" tags: - "reboot" - "never" tags: "reboot" ansible.builtin.include_tasks: "reboot.yaml" tasks/update.yaml +0 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ # install updates - debian - name: "install updates - debian" when: 'ansible_os_family == "Debian"' tags: "update" block: # install updates Loading @@ -22,7 +21,6 @@ # install updates - rhel - name: "install updates - rhel" when: 'ansible_os_family == "RedHat"' tags: "update" block: # install updates Loading @@ -47,7 +45,6 @@ # install updates - suse - name: "install updates" when: 'ansible_os_family == "Suse"' tags: "update" block: # install updates Loading Loading
tasks/main.yaml +2 −6 Original line number Diff line number Diff line Loading @@ -2,14 +2,10 @@ # install updates - name: "install updates" tags: - "update" - "never" tags: "update" ansible.builtin.include_tasks: "update.yaml" # initiate reboot - name: "initiate rboot" tags: - "reboot" - "never" tags: "reboot" ansible.builtin.include_tasks: "reboot.yaml"
tasks/update.yaml +0 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ # install updates - debian - name: "install updates - debian" when: 'ansible_os_family == "Debian"' tags: "update" block: # install updates Loading @@ -22,7 +21,6 @@ # install updates - rhel - name: "install updates - rhel" when: 'ansible_os_family == "RedHat"' tags: "update" block: # install updates Loading @@ -47,7 +45,6 @@ # install updates - suse - name: "install updates" when: 'ansible_os_family == "Suse"' tags: "update" block: # install updates Loading