commit | 2fd0617ca6a4f617f1c9ca74705a45c78726b569 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Mon Oct 23 11:49:16 2017 -0400 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Mon Oct 23 11:49:16 2017 -0400 |
tree | 18763c804832de8235308407a53bd27d0082ea57 | |
parent | f122b270a2dc7d17487f33a61cccd3b13601ec8f [diff] |
updated error handling for creating a mirror.
diff --git a/tasks/main.yml b/tasks/main.yml index 5424592..57e5aa4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -53,7 +53,7 @@ backrefs: yes backup: yes regexp: "^(Defaults)(.*)(requiretty)" - line: '\1\2\!\3' + line: '\1\2!\3' state: present validate: '/usr/sbin/visudo -cf %s'