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