Fix path to root key
This commit is contained in:
parent
8147d339ce
commit
5b55bdd257
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
- name: add ansible root key
|
- name: add ansible root key
|
||||||
action: authorized_key user=root key="{{ item }}"
|
action: authorized_key user=root key="{{ item }}"
|
||||||
with_file:
|
with_file:
|
||||||
- ${files}/common/ansible-pub-key
|
- /srv/web/infra/ansible/roles/base/files/ansible-pub-key
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue