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 }}
|
- name: add authorized_keys for loopabull_{{ loopabull_role }}
|
||||||
authorized_key: key="{{ item }}" user=loopabull_{{ loopabull_role }} state=present
|
authorized_key: key="{{ item }}" user=loopabull_{{ loopabull_role }} state=present
|
||||||
with_first_found:
|
with_file:
|
||||||
- files:
|
- "{{private}}/files/loopabull/keys/{{env}}_{{loopabull_role}}.pub"
|
||||||
- "{{private}}/files/loopabull/keys/{{env}}_{{loopabull_role}}.pub"
|
|
||||||
skip: true
|
|
||||||
tags:
|
tags:
|
||||||
- loopabull/target
|
- loopabull/target
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue