fix: typo in condition to find proxmxo members
This commit is contained in:
parent
0b20715fbd
commit
f12ccde056
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
when:
|
when:
|
||||||
- 'ansible_os_family == "Debian"'
|
- 'ansible_os_family == "Debian"'
|
||||||
- "inventory_hostname in group['proxmox']"
|
- "inventory_hostname in groups['proxmox']"
|
||||||
notify: "apt force cache update"
|
notify: "apt force cache update"
|
||||||
|
|
||||||
# configure apt sources
|
# configure apt sources
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue