Fix deleted file

This commit is contained in:
Kishi 2018-09-11 14:01:11 +02:00
parent 9f608c886d
commit fda78106cb

View File

@ -0,0 +1,4 @@
#!/bin/bash
export ANSIBLE_NOCOWS=1
test -e ./ansible.log && rm ./ansible.log
ansible-playbook site.yml --check --diff