and these are files

This commit is contained in:
Kevin Fenzi 2017-04-05 18:02:48 +00:00
parent 92a58eab1b
commit 59638042a7

View file

@ -10,8 +10,9 @@
- name: add authorized_keys for loopabull_{{ loopabull_role }}
authorized_key: key="{{ item }}" user=loopabull_{{ loopabull_role }} state=present
with_first_found:
- "{{private}}/files/loopabull/keys/{{env}}_{{loopabull_role}}.pub"
skip: true
- files:
- "{{private}}/files/loopabull/keys/{{env}}_{{loopabull_role}}.pub"
skip: true
tags:
- loopabull/target