| commit | 53674cdbaf215ce62a868317015773bf56c57600 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Fri Sep 29 16:47:28 2017 -0400 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Fri Sep 29 16:47:28 2017 -0400 |
| tree | 7fea520b010a706379002f5172fd8564fd2c8545 | |
| parent | 59dbcb563035c473b76fb8be80bc1ba984781afc [diff] |
initial commit
diff --git a/tasks/main.yml b/tasks/main.yml index 914cbca..65d8360 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -32,7 +32,7 @@ path: "{{ item.path }}" backrefs: yes backup: yes - regexp: '^({{ bash_regex }}$) (-x)' + regexp: '^({{ bash_regex }}$).*(-x)' line: '\1' with_items: "{{ debug_scripts.files }}"