and these are files
This commit is contained in:
parent
92a58eab1b
commit
59638042a7
1 changed files with 3 additions and 2 deletions
|
@ -10,8 +10,9 @@
|
||||||
- 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_first_found:
|
||||||
- "{{private}}/files/loopabull/keys/{{env}}_{{loopabull_role}}.pub"
|
- files:
|
||||||
skip: true
|
- "{{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