diff options
| author | Seth Vidal <skvidal@fedoraproject.org> | 2013-06-17 14:17:09 +0000 |
|---|---|---|
| committer | Seth Vidal <skvidal@fedoraproject.org> | 2013-06-17 14:17:09 +0000 |
| commit | 3fe1284f0d6bb1834c321a6f9fbb6db018ea5709 (patch) | |
| tree | b742728b286b7b69ea40b930d533228383083910 /tasks/cloud_setup_basic.yml | |
| parent | 79e83d9d962bc17b01e0437da30beb4182d491bb (diff) | |
| download | ansible-3fe1284f0d6bb1834c321a6f9fbb6db018ea5709.tar.gz ansible-3fe1284f0d6bb1834c321a6f9fbb6db018ea5709.tar.xz ansible-3fe1284f0d6bb1834c321a6f9fbb6db018ea5709.zip | |
quote it b/c.... maybe the @?
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 e7543cf31..3f5c4900d 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -35,7 +35,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 |
