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
|
@ -132,7 +132,7 @@
|
|||
cmd: unzip -d /tmp/cb/ CodeBlocks.zip && dpkg -i cb/*.deb
|
||||
chdir: /tmp/
|
||||
when: codeblocks_version.stdout is not search('svn13456')
|
||||
when: inventory_hostname in groups.PCroom
|
||||
when: groups.PCroom is defined and inventory_hostname in groups.PCroom
|
||||
|
||||
## Temporarily fix boot order
|
||||
- name: Check for the buggy kernel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue