the actual ssh key - not the string TO the ssh key

This commit is contained in:
Seth Vidal 2013-06-04 20:58:49 +00:00
parent ce7577a6ac
commit f1e0ee72ab

View file

@ -14,7 +14,7 @@
# mirrormanager user ssh key(s)
- name: add authorized_keys for mirrormanager
authorized_key: key=$files/mirrorlist/mm-authorized_key user=mirrormanager state=present
authorized_key: key='$FILE($files/mirrorlist/mm-authorized_key)' user=mirrormanager state=present
# install mirrorlist-server.conf apache config
- name: mirrorlist-server apache conf