the actual ssh key - not the string TO the ssh key
This commit is contained in:
parent
ce7577a6ac
commit
f1e0ee72ab
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
# mirrormanager user ssh key(s)
|
# mirrormanager user ssh key(s)
|
||||||
- name: add authorized_keys for mirrormanager
|
- 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
|
# install mirrorlist-server.conf apache config
|
||||||
- name: mirrorlist-server apache conf
|
- name: mirrorlist-server apache conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue