From 9bf9d8baf0831ef50cb18b89331e5f6c45d7bc3f Mon Sep 17 00:00:00 2001 From: LooseSeal2 Date: Sat, 20 Jul 2019 07:06:58 -0700 Subject: [PATCH] fix --- apps/_core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/_core.yml b/apps/_core.yml index 776908c..8cb85e6 100644 --- a/apps/_core.yml +++ b/apps/_core.yml @@ -77,7 +77,7 @@ - name: Change extport set_fact: extport: "{{ueport.stdout}}" - when: ueport_check.stat.exists and ueport.stdout != "" + when: ueport_check.stat.exists and ueport.stdout != "" - name: Remove {{pgrole}} Container docker_container: