Missing quotes
This commit is contained in:
parent
5115cb6000
commit
a9c6815e16
1 changed files with 1 additions and 1 deletions
|
@ -108,6 +108,6 @@
|
||||||
- name: add authorized_keys for mirrormanager
|
- name: add authorized_keys for mirrormanager
|
||||||
authorized_key: key="{{ item }}" user=mirrormanager state=present
|
authorized_key: key="{{ item }}" user=mirrormanager state=present
|
||||||
with_file:
|
with_file:
|
||||||
- {{ roles }}/mirrormanager/mirrorlist2/files/mm-authorized_key
|
- "{{ roles }}/mirrormanager/mirrorlist2/files/mm-authorized_key"
|
||||||
tags:
|
tags:
|
||||||
- mm2_frontend
|
- mm2_frontend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue