Fix ansible run during installation with limitted groups.
This commit is contained in:
parent
8856b74e91
commit
ed7dadf612
3 changed files with 3 additions and 3 deletions
|
@ -26,4 +26,4 @@
|
|||
deb http://deb.debian.org/debian/ {{ ansible_distribution_release }}-proposed-updates
|
||||
main non-free-firmware
|
||||
state: present
|
||||
when: inventory_hostname in groups["R202"]
|
||||
when: groups.R202 is defined and inventory_hostname in groups.R202
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue