Loading tasks/update.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ # install updates - debian - name: "install updates - debian" when: 'ansible_os_family == "Debian"' tags: "update" block: # install updates Loading @@ -21,6 +22,7 @@ # install updates - rhel - name: "install updates - rhel" when: 'ansible_os_family == "RedHat"' tags: "update" block: # install updates Loading @@ -45,6 +47,7 @@ # install updates - suse - name: "install updates" when: 'ansible_os_family == "Suse"' tags: "update" block: # install updates Loading Loading
tasks/update.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ # install updates - debian - name: "install updates - debian" when: 'ansible_os_family == "Debian"' tags: "update" block: # install updates Loading @@ -21,6 +22,7 @@ # install updates - rhel - name: "install updates - rhel" when: 'ansible_os_family == "RedHat"' tags: "update" block: # install updates Loading @@ -45,6 +47,7 @@ # install updates - suse - name: "install updates" when: 'ansible_os_family == "Suse"' tags: "update" block: # install updates Loading