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
62edcb5d42
commit
5fbab51e56
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@
|
||||||
state: "present"
|
state: "present"
|
||||||
update_cache: "true"
|
update_cache: "true"
|
||||||
cache_valid_time: "120"
|
cache_valid_time: "120"
|
||||||
when: 'ansible_os_family == "Debian"'
|
when: 'ansible_facts["os_family"] == "Debian"'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue