| commit | d250de3dec7bcbaa90b64ec6e90c7b179e16edb2 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Fri Sep 29 18:37:25 2017 -0400 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Fri Sep 29 18:37:25 2017 -0400 |
| tree | 623849ff9eeac9fbec6a673ad8f06e58efe3a915 | |
| parent | 424aa6ebe25d2b30eca923d5109ab363f395fe79 [diff] |
added apigee script debug mode
diff --git a/tasks/main.yml b/tasks/main.yml index 22dda58..18ff7ed 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -13,7 +13,6 @@ lineinfile: path: "{{ item.path }}" backrefs: yes - backup: yes regexp: '^({{ bash_regex }})' line: '\1 -x' with_items: "{{ debug_scripts.files }}" @@ -33,7 +32,6 @@ lineinfile: path: "{{ item.path }}" backrefs: yes - backup: yes regexp: '^({{ bash_regex }}) -x' line: '\1' with_items: "{{ debug_scripts.files }}"