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
b759bea241
commit
2272aa6a58
23 changed files with 70 additions and 70 deletions
|
|
@ -5,5 +5,5 @@
|
|||
ansible.builtin.file:
|
||||
path: "/etc/cron.daily/popularity-contest"
|
||||
state: "absent"
|
||||
when: 'ansible_distribution == "Ubuntu"'
|
||||
when: 'ansible_facts["distribution"] == "Ubuntu"'
|
||||
tags: "telemetry"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue