chore: migrate bare ansible_* facts to ansible_facts[] syntax
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
This commit is contained in:
parent
c39cb02b65
commit
de7900fc05
3 changed files with 8 additions and 8 deletions
|
|
@ -6,5 +6,5 @@
|
|||
name: "apparmor"
|
||||
state: "absent"
|
||||
purge: true
|
||||
when: 'ansible_distribution == "Debian"'
|
||||
when: 'ansible_facts["distribution"] == "Debian"'
|
||||
notify: "reboot container"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue