feat: try removing the never tag
This commit is contained in:
parent
f7e85c4d14
commit
b87cc03f2d
2 changed files with 2 additions and 9 deletions
|
|
@ -3,7 +3,6 @@
|
|||
# install updates - debian
|
||||
- name: "install updates - debian"
|
||||
when: 'ansible_os_family == "Debian"'
|
||||
tags: "update"
|
||||
block:
|
||||
|
||||
# install updates
|
||||
|
|
@ -22,7 +21,6 @@
|
|||
# install updates - rhel
|
||||
- name: "install updates - rhel"
|
||||
when: 'ansible_os_family == "RedHat"'
|
||||
tags: "update"
|
||||
block:
|
||||
|
||||
# install updates
|
||||
|
|
@ -47,7 +45,6 @@
|
|||
# install updates - suse
|
||||
- name: "install updates"
|
||||
when: 'ansible_os_family == "Suse"'
|
||||
tags: "update"
|
||||
block:
|
||||
|
||||
# install updates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue