Missing quotes

This commit is contained in:
Adrian Reber 2015-12-17 16:30:38 +00:00
parent 5115cb6000
commit a9c6815e16

View file

@ -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