Move ) to the right place.

This commit is contained in:
Kevin Fenzi 2014-01-26 01:36:43 +00:00
parent 28c71b2501
commit b02fc093b2

View file

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