feat: test with tags

This commit is contained in:
Simon Cornet 2025-10-23 10:18:37 +02:00
commit f7e85c4d14

View file

@ -3,6 +3,7 @@
# install updates - debian # install updates - debian
- name: "install updates - debian" - name: "install updates - debian"
when: 'ansible_os_family == "Debian"' when: 'ansible_os_family == "Debian"'
tags: "update"
block: block:
# install updates # install updates
@ -21,6 +22,7 @@
# install updates - rhel # install updates - rhel
- name: "install updates - rhel" - name: "install updates - rhel"
when: 'ansible_os_family == "RedHat"' when: 'ansible_os_family == "RedHat"'
tags: "update"
block: block:
# install updates # install updates
@ -45,6 +47,7 @@
# install updates - suse # install updates - suse
- name: "install updates" - name: "install updates"
when: 'ansible_os_family == "Suse"' when: 'ansible_os_family == "Suse"'
tags: "update"
block: block:
# install updates # install updates