really it was a missing quote

This commit is contained in:
Kevin Fenzi 2018-02-01 00:52:10 +00:00
parent 859c75ba8d
commit 9d1075e993

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'))
- name: add ansible root key
authorized_key: user=root key="{{ item }}"