Fix target key
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
43626acf41
commit
de9f81191c
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue