fixing writing env ansible
This commit is contained in:
parent
a59f86903d
commit
11449217db
@ -63,7 +63,7 @@ USER blog
|
||||
# provision
|
||||
RUN set -ex \
|
||||
&& git clone https://github.com/xsteadfastx/batcave.git ~/.batcave \
|
||||
&& ansible-playbook -i ~/.batcave/hosts ~/.batcave/shell.yml -c local --extra-vars="hosts=127.0.0.1" \
|
||||
&& ansible-playbook -i ~/.batcave/hosts ~/.batcave/shell.yml -c local --extra-vars="host=127.0.0.1" \
|
||||
&& ansible-playbook -c local /home/blog/playbooks/writing_env.yml
|
||||
|
||||
# clean up
|
||||
|
Loading…
Reference in New Issue
Block a user