feat: try removing the never tag

This commit is contained in:
Simon Cornet 2025-10-23 10:21:14 +02:00
commit b87cc03f2d
2 changed files with 2 additions and 9 deletions

View file

@ -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