Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / ansible / patches / patch-library_lineinfile
blob88b00f3c6a290cb0a775e15136c798a7092a971d
1 $NetBSD$
3 --- library/lineinfile.orig     2012-12-23 14:25:38.000000000 +0000
4 +++ library/lineinfile
5 @@ -82,6 +82,7 @@ options:
6           get the original file back if you somehow clobbered it incorrectly.
7  examples:
8     - code: "lineinfile: dest=/etc/selinux/config regexp=^SELINUX= line=SELINUX=disabled"
9 +   - code: "lineinfile: \\\"dest=/usr/pkg/etc/sudoers state=present regexp='^%wheel' line ='%wheel ALL=(ALL) NOPASSWD: ALL'\\\""
10     - code: 'lineinfile: dest=/etc/sudoers state=absent regexp="^%wheel"'
11  '''