mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
fix
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
- name: Set cname
|
- name: Set cname
|
||||||
set_fact:
|
set_fact:
|
||||||
cname: ",{{ucname.stdout}}.{{domain.stdout}}"
|
cname: ",{{ucname.stdout}}.{{domain.stdout}}"
|
||||||
when: ucname is succeeded and ucname.stdout != ""
|
when: ucname_check.stat.exists == true and ucname.stdout != ""
|
||||||
|
|
||||||
- name: check if user port file exists
|
- name: check if user port file exists
|
||||||
stat:
|
stat:
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
- name: Change extport
|
- name: Change extport
|
||||||
set_fact:
|
set_fact:
|
||||||
extport: "{{ueport.stdout}}"
|
extport: "{{ueport.stdout}}"
|
||||||
when: ueport is succeeded and ueport.stdout != ""
|
when: ueport_check.stat.exists and ueport.stdout != ""
|
||||||
|
|
||||||
- name: Remove {{pgrole}} Container
|
- name: Remove {{pgrole}} Container
|
||||||
docker_container:
|
docker_container:
|
||||||
|
|||||||
Reference in New Issue
Block a user