chore: use ansible_facts
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
b24cb81389
commit
84a0e2dcf7
1 changed files with 1 additions and 1 deletions
|
|
@ -34,4 +34,4 @@
|
|||
group: "root"
|
||||
mode: "0644"
|
||||
notify: "restart zot"
|
||||
when: "ansible_os_family == 'Debian'"
|
||||
when: "ansible_facts['os_family'] == 'Debian'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue