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