| commit | 424aa6ebe25d2b30eca923d5109ab363f395fe79 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Fri Sep 29 17:53:54 2017 -0400 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Fri Sep 29 17:53:54 2017 -0400 |
| tree | 5b0f7fb04372f11e04454a776f21aaa13eb17479 | |
| parent | c7a56e9c6efe04f843fd5aa523c8c7e18239e2c8 [diff] |
added apigee script debug mode
diff --git a/tasks/main.yml b/tasks/main.yml index dd89bc1..22dda58 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -34,7 +34,7 @@ path: "{{ item.path }}" backrefs: yes backup: yes - regexp: '^({{ bash_regex }}$).*(-x)' + regexp: '^({{ bash_regex }}) -x' line: '\1' with_items: "{{ debug_scripts.files }}"