Commit f7e85c4d authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: test with tags

parent edb11093
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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