See if this fixes the 'unreachable' on cloud playbooks in the check/diff runs.

This commit is contained in:
Kevin Fenzi 2014-06-19 18:15:53 +00:00
parent 75d441496c
commit 1a73d2bf10

View file

@ -42,7 +42,7 @@
- name: add root keys for sysadmin-main and other allowed users
authorized_key: user=root key="{{ item }}"
with_lines:
- "{{ auth_keys_from_fas}} @sysadmin-main {{ root_auth_users }}"
- /srv/web/infra/ansible/scripts/auth-keys-from-fas @sysadmin-main {{ root_auth_users }}
tags:
- config
ignore_errors: true