diff options
| author | doteast <ali.elkhalidi@gmail.com> | 2017-01-31 17:56:14 +0000 |
|---|---|---|
| committer | doteast <ali.elkhalidi@gmail.com> | 2017-01-31 17:56:14 +0000 |
| commit | 18db24b23eaaf4bdf2c9b55bde83795efd2bd128 (patch) | |
| tree | ebc92999e0734f71dca0bf5abbf2ea796c4dfdee /tasks/cloud_setup_basic.yml | |
| parent | 0456dd002c3a68d84d3b2b253b09e14b1c608717 (diff) | |
| download | ansible-18db24b23eaaf4bdf2c9b55bde83795efd2bd128.tar.gz ansible-18db24b23eaaf4bdf2c9b55bde83795efd2bd128.tar.xz ansible-18db24b23eaaf4bdf2c9b55bde83795efd2bd128.zip | |
review: loop with bare variable name
Diffstat (limited to 'tasks/cloud_setup_basic.yml')
| -rw-r--r-- | tasks/cloud_setup_basic.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml index 755420f39..6fddfd327 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -63,7 +63,8 @@ - name: add root keys for sysadmin-main and other allowed users authorized_key: user=root key="{{ item }}" - with_lines: "/srv/web/infra/ansible/scripts/auth-keys-from-fas @sysadmin-main {{ root_auth_users }}" + with_lines: + - "/srv/web/infra/ansible/scripts/auth-keys-from-fas @sysadmin-main {{ root_auth_users }}" tags: - config - sshkeys |
