see if moving this to with_first_found will fix it
This commit is contained in:
parent
63b4978e9a
commit
9a0ab5c783
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
- 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_file:
|
with_first_found:
|
||||||
- "{{private}}/files/loopabull/keys/{{env}}_{{loopabull_role}}.pub"
|
- "{{private}}/files/loopabull/keys/{{env}}_{{loopabull_role}}.pub"
|
||||||
tags:
|
tags:
|
||||||
- loopabull/target
|
- loopabull/target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue