Make this idempotent for compose-x86-02
This commit is contained in:
parent
c8d85b011b
commit
1b4c8822f6
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
user: name=root password={{ rootpw }} state=present
|
||||
tags:
|
||||
- rootpw
|
||||
when: not (inventory_hostname.startswith('build') or inventory_hostname.startswith('releng') or inventory_hostname.startswith('arm'))
|
||||
when: not (inventory_hostname.startswith('build') or inventory_hostname.startswith('releng') or inventory_hostname.startswith('arm') or inventory_hostname.startswith('compose'))
|
||||
|
||||
- name: add ansible root key
|
||||
authorized_key: user=root key="{{ item }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue