commit | e990f6d9e3435ef1d71a03a8a11840aa48517c46 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Mon Oct 23 10:17:00 2017 -0400 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Mon Oct 23 10:17:00 2017 -0400 |
tree | a127c63ef821f4c3a8993ec2e25213620a9e8918 | |
parent | d32dfb7a2e781f76123cadf02a46c827b27c62e4 [diff] |
updated error handling for creating a mirror.
diff --git a/tasks/main.yml b/tasks/main.yml index 14282c7..6ff875a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -34,7 +34,7 @@ path: /etc/sudoers backrefs: yes backup: yes - regex: "^(Default).*(requiretty)" + regexp: "^(Default).*(requiretty)" line: '\1 \! \2' state: present