Fix path to root key

This commit is contained in:
Kevin Fenzi 2013-08-30 19:32:00 +00:00
parent 8147d339ce
commit 5b55bdd257

View file

@ -33,7 +33,7 @@
- name: add ansible root key
action: authorized_key user=root key="{{ item }}"
with_file:
- ${files}/common/ansible-pub-key
- /srv/web/infra/ansible/roles/base/files/ansible-pub-key
tags:
- config