update base rootpw role to not change some more releng machines that have had koji_builder added to them

This commit is contained in:
Kevin Fenzi 2018-03-05 22:14:26 +00:00
parent 8c899e6bc2
commit a9f5e8e78a

View file

@ -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 }}"