Perhaps we need to group this.

This commit is contained in:
Kevin Fenzi 2013-11-25 18:57:16 +00:00
parent 3667001df1
commit e18d833494

View file

@ -30,7 +30,7 @@
user: name=root password={{ rootpw }} state=present
tags:
- rootpw
when: not inventory_hostname.startswith('build') or not inventory_hostname.startswith('releng')
when: not (inventory_hostname.startswith('build') or inventory_hostname.startswith('releng'))
- name: add ansible root key
authorized_key: user=root key="{{ item }}"