chore: cleanup tag mess
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

Tag only in main.yaml, tasks inherit them.
This commit is contained in:
Simon Cornet 2026-05-20 09:40:02 +02:00
commit 210fbd68f4
26 changed files with 14 additions and 33 deletions

View file

@ -10,7 +10,6 @@
mode: "0644"
notify: "restart ssh"
when: 'ansible_facts["os_family"] == "Debian"'
tags: "sshd"
# configure sshd
- name: "config - sshd"
@ -22,4 +21,3 @@
mode: "0644"
notify: "restart ssh alpine"
when: 'ansible_facts["os_family"] == "Alpine"'
tags: "sshd"