ansible/simulatepb.sh

6 lines
120 B
Bash
Raw Normal View History

2018-09-11 14:01:11 +02:00
#!/bin/bash
export ANSIBLE_NOCOWS=1
test -e ./ansible.log && rm ./ansible.log
ansible-playbook site.yml --check --diff
2018-09-11 14:01:49 +02:00