From fda78106cb800f1c47c9935229429e8ec7f71191 Mon Sep 17 00:00:00 2001 From: Kishi Date: Tue, 11 Sep 2018 14:01:11 +0200 Subject: [PATCH] Fix deleted file --- simulatepb.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/simulatepb.sh b/simulatepb.sh index e69de29..f0fbc93 100644 --- a/simulatepb.sh +++ b/simulatepb.sh @@ -0,0 +1,4 @@ +#!/bin/bash +export ANSIBLE_NOCOWS=1 +test -e ./ansible.log && rm ./ansible.log +ansible-playbook site.yml --check --diff