Exclude arm here too.
This commit is contained in:
parent
1a7fefbe68
commit
28c71b2501
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
user: name=root password={{ rootpw }} state=present
|
user: name=root password={{ rootpw }} state=present
|
||||||
tags:
|
tags:
|
||||||
- rootpw
|
- rootpw
|
||||||
when: not (inventory_hostname.startswith('build') or inventory_hostname.startswith('releng'))
|
when: not (inventory_hostname.startswith('build') or inventory_hostname.startswith('releng')) or inventory_hostname.startswith('arm')
|
||||||
|
|
||||||
- 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