forked from infra/ansible
6 lines
120 B
Bash
6 lines
120 B
Bash
#!/bin/bash
|
|
export ANSIBLE_NOCOWS=1
|
|
test -e ./ansible.log && rm ./ansible.log
|
|
ansible-playbook site.yml --check --diff
|
|
|