really it was a missing quote
This commit is contained in:
parent
859c75ba8d
commit
9d1075e993
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
|||
tags:
|
||||
- rootpw
|
||||
- base
|
||||
when: not (inventory_hostname.startswith(('build','bkernel','koji01.stg','s390',fed-cloud09')))
|
||||
when: not inventory_hostname.startswith(('build','bkernel','koji01.stg','s390','fed-cloud09'))
|
||||
|
||||
- name: add ansible root key
|
||||
authorized_key: user=root key="{{ item }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue