diff options
| author | Stephen Smoogen <smooge@redhat.com> | 2014-03-21 22:16:19 +0000 |
|---|---|---|
| committer | Stephen Smoogen <smooge@redhat.com> | 2014-03-21 22:16:19 +0000 |
| commit | bd1fb613912cbb30dfaa3a68ad10df891fcaab93 (patch) | |
| tree | 5f18d73af48f12d1207c9827dd09f3339ff885ee /tasks/cloud_setup_basic.yml | |
| parent | 5a056c05f06816f014176e4a601617aa3cde2c1c (diff) | |
| download | ansible-bd1fb613912cbb30dfaa3a68ad10df891fcaab93.tar.gz ansible-bd1fb613912cbb30dfaa3a68ad10df891fcaab93.tar.xz ansible-bd1fb613912cbb30dfaa3a68ad10df891fcaab93.zip | |
Well I can only break it worse.
Diffstat (limited to 'tasks/cloud_setup_basic.yml')
| -rw-r--r-- | tasks/cloud_setup_basic.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml index 52ee88a2a..fdcb0cd58 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -42,7 +42,7 @@ - name: add root keys for sysadmin-main and other allowed users action: authorized_key user=root key="{{ item }}" with_pipe: - - "{{ auth_keys_from_fas}}" @sysadmin-main "{{ root_auth_users }}" + - {{ auth_keys_from_fas}} "@sysadmin-main" {{ root_auth_users }} tags: - config ignore_errors: true |
