diff --git a/runpb.sh b/runpb.sh deleted file mode 100755 index dd201b7..0000000 --- a/runpb.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -export ANSIBLE_NOCOWS=1 -test -e ./ansible.log && rm ./ansible.log -ansible-playbook site.yml --diff diff --git a/simulatepb.sh b/simulatepb.sh deleted file mode 100644 index 98c5582..0000000 --- a/simulatepb.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -export ANSIBLE_NOCOWS=1 -test -e ./ansible.log && rm ./ansible.log -ansible-playbook site.yml --check --diff -