From fc0416450526a0afb4fc775e7638e764933b8a09 Mon Sep 17 00:00:00 2001 From: HyungCheol Kim Date: Fri, 20 Jan 2017 22:03:49 +0900 Subject: [PATCH] Correct typos. (#20490) --- lib/ansible/modules/files/lineinfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/lineinfile.py b/lib/ansible/modules/files/lineinfile.py index 25329b554d1..fc85ee8cf21 100644 --- a/lib/ansible/modules/files/lineinfile.py +++ b/lib/ansible/modules/files/lineinfile.py @@ -164,7 +164,7 @@ EXAMPLES = r""" line: '192.168.1.99 foo.lab.net foo' # Fully quoted because of the ': ' on the line. See the Gotchas in the YAML docs. -- lineinfile: " +- lineinfile: path: /etc/sudoers state: present regexp: '^%wheel\s'