diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2014-01-26 01:36:43 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2014-01-26 01:36:43 +0000 |
| commit | b02fc093b264a170ecb4e9c98484aa4fd05ea828 (patch) | |
| tree | 493b547659975d55219f65474dd3bd40a2fb4b8d /roles/base | |
| parent | 28c71b250103092c1b5e0d41f779aeac4baf2866 (diff) | |
Move ) to the right place.
Diffstat (limited to 'roles/base')
| -rw-r--r-- | roles/base/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index 1f1e39948..b46dca12b 100644 --- a/roles/base/tasks/main.yml +++ b/roles/base/tasks/main.yml @@ -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 }}" |
