feat: test with tags
This commit is contained in:
parent
edb1109331
commit
f7e85c4d14
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
# install updates - debian
|
||||
- name: "install updates - debian"
|
||||
when: 'ansible_os_family == "Debian"'
|
||||
tags: "update"
|
||||
block:
|
||||
|
||||
# install updates
|
||||
|
|
@ -21,6 +22,7 @@
|
|||
# install updates - rhel
|
||||
- name: "install updates - rhel"
|
||||
when: 'ansible_os_family == "RedHat"'
|
||||
tags: "update"
|
||||
block:
|
||||
|
||||
# install updates
|
||||
|
|
@ -45,6 +47,7 @@
|
|||
# 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