mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
I have no idea what I'm doing. But maybe this will fix it. :)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user