update base rootpw role to not change some more releng machines that have had koji_builder added to them
This commit is contained in:
parent
8c899e6bc2
commit
a9f5e8e78a
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
|||
tags:
|
||||
- rootpw
|
||||
- base
|
||||
when: not inventory_hostname.startswith(('build','bkernel','koji01.stg','s390','fed-cloud09'))
|
||||
when: not inventory_hostname.startswith(('build','bkernel','koji01.stg','s390','fed-cloud09','compose','rawhide','branched'))
|
||||
|
||||
- name: add ansible root key
|
||||
authorized_key: user=root key="{{ item }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue