See if this fixes the 'unreachable' on cloud playbooks in the check/diff runs.
This commit is contained in:
parent
75d441496c
commit
1a73d2bf10
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
- name: add root keys for sysadmin-main and other allowed users
|
- name: add root keys for sysadmin-main and other allowed users
|
||||||
authorized_key: user=root key="{{ item }}"
|
authorized_key: user=root key="{{ item }}"
|
||||||
with_lines:
|
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:
|
tags:
|
||||||
- config
|
- config
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue