mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
Fix target key
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -9,10 +9,8 @@
|
||||
|
||||
- name: add authorized_keys for loopabull_{{ loopabull_role }}
|
||||
authorized_key: key="{{ item }}" user=loopabull_{{ loopabull_role }} state=present
|
||||
with_first_found:
|
||||
- files:
|
||||
- "{{private}}/files/loopabull/keys/{{env}}_{{loopabull_role}}.pub"
|
||||
skip: true
|
||||
with_file:
|
||||
- "{{private}}/files/loopabull/keys/{{env}}_{{loopabull_role}}.pub"
|
||||
tags:
|
||||
- loopabull/target
|
||||
|
||||
|
||||
Reference in New Issue
Block a user