fix cwd
This commit is contained in:
parent
3ef2df2bf5
commit
5fd98e164c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
shell: /usr/src/puppetserver/dev-setup
|
||||
args:
|
||||
creates: /opt/puppetlabs/server/data/puppetserver/.puppetlabs/puppet.conf
|
||||
chdir: /opt/puppetlabs/server/data/puppetserver
|
||||
chdir: /usr/src/puppetserver
|
||||
remote_user: puppet
|
||||
environment:
|
||||
SERVERHOST: "{{ puppet_server_name }}"
|
||||
|
|
Loading…
Reference in a new issue