| commit | be4e4c357b5b874bbcb06ef0d730616669530c28 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Fri Sep 29 17:48:49 2017 -0400 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Fri Sep 29 17:48:49 2017 -0400 |
| tree | 2279610b00072f4979187add124df0ca9f8a9465 | |
| parent | 406ab5fea7a5e2b8a0406165968011e2bc4bb5e1 [diff] |
added apigee script debug mode
diff --git a/tasks/main.yml b/tasks/main.yml index aac1d5b..d17f09e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -24,7 +24,7 @@ - name: Collect all bash scripts to unset debug mode find: paths: "{{ apigee_installation_home }}/{{ component_name | default('') }}" - contains: '^{{ bash_regex }} -x' + contains: '.*bash -x' register: debug_scripts - name: Add debug flag