Perhaps we need to group this.
This commit is contained in:
parent
3667001df1
commit
e18d833494
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
user: name=root password={{ rootpw }} state=present
|
||||
tags:
|
||||
- rootpw
|
||||
when: not inventory_hostname.startswith('build') or not inventory_hostname.startswith('releng')
|
||||
when: not (inventory_hostname.startswith('build') or inventory_hostname.startswith('releng'))
|
||||
|
||||
- name: add ansible root key
|
||||
authorized_key: user=root key="{{ item }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue