Exclude arm here too.

This commit is contained in:
Kevin Fenzi 2014-01-26 01:30:36 +00:00
parent 1a7fefbe68
commit 28c71b2501

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'))
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 }}"