copr: skip the base's rootpw settings
This commit is contained in:
parent
7f612b75da
commit
501b5ce8de
2 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,9 @@
|
|||
tags:
|
||||
- rootpw
|
||||
- base
|
||||
when: not inventory_hostname.startswith(('buildvm-','buildhw-','bkernel','koji','compose'))
|
||||
when:
|
||||
- not inventory_hostname.startswith(('buildvm-','buildhw-','bkernel','koji','compose'))
|
||||
- not inventory_hostname.startswith('copr')
|
||||
|
||||
- name: add ansible root key
|
||||
authorized_key: user=root key="{{ item }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue