Fix path to keys
This commit is contained in:
parent
3ea72ad273
commit
e319fb45b8
1 changed files with 2 additions and 2 deletions
|
@ -224,12 +224,12 @@
|
||||||
shell: eyaml createkeys
|
shell: eyaml createkeys
|
||||||
args:
|
args:
|
||||||
chdir: /etc/puppetlabs/puppet/eyaml
|
chdir: /etc/puppetlabs/puppet/eyaml
|
||||||
creates: /etc/puppetlabs/puppet/eyaml/private_key.pkcs7.pem
|
creates: /etc/puppetlabs/puppet/eyaml/keys/private_key.pkcs7.pem
|
||||||
remote_user: puppet
|
remote_user: puppet
|
||||||
|
|
||||||
- name: Get eyaml public key
|
- name: Get eyaml public key
|
||||||
slurp:
|
slurp:
|
||||||
src: /etc/puppetlabs/puppet/eyaml/public_key.pkcs7.pem
|
src: /etc/puppetlabs/puppet/eyaml/keys/public_key.pkcs7.pem
|
||||||
register: eyaml_public_key
|
register: eyaml_public_key
|
||||||
|
|
||||||
- name: Show public key
|
- name: Show public key
|
||||||
|
|
Loading…
Reference in a new issue