Paren
This commit is contained in:
parent
8ff12d1151
commit
1aacd08ec5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
tags:
|
tags:
|
||||||
- rootpw
|
- rootpw
|
||||||
- base
|
- base
|
||||||
when: not (inventory_hostname.startswith('build') or inventory_hostname.startswith('releng') or inventory_hostname.startswith('arm') or inventory_hostname.startswith('compose') or inventory_hostname.startswith('bkernel')) or inventory_hostname.startswith('koji')
|
when: not (inventory_hostname.startswith('build') or inventory_hostname.startswith('releng') or inventory_hostname.startswith('arm') or inventory_hostname.startswith('compose') or inventory_hostname.startswith('bkernel') or inventory_hostname.startswith('koji'))
|
||||||
|
|
||||||
- name: add ansible root key
|
- name: add ansible root key
|
||||||
authorized_key: user=root key="{{ item }}"
|
authorized_key: user=root key="{{ item }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue