diff --git a/apps/application.yml b/apps/application.yml index 2783936e..97d34434 100644 --- a/apps/application.yml +++ b/apps/application.yml @@ -25,7 +25,7 @@ url: "https://github.com/Websoft9/StackHub/blob/main/apps/roles/{{appname}}/tasks/pre.yml" return_content: yes register: pre_exists - failed_when: "'FAILED' in pre_exists.stdout" + failed_when: "'FAILED' in pre_exists" - name: Excute pre.yml include_role: