Merge pull request #77 from major/suggest-selinux-enforcing

Updating SELinux example doc in lininefile module
This commit is contained in:
Michael DeHaan 2014-10-01 11:53:24 -04:00
commit 1c2995d71f

View file

@ -129,7 +129,7 @@ options:
"""
EXAMPLES = r"""
- lineinfile: dest=/etc/selinux/config regexp=^SELINUX= line=SELINUX=disabled
- lineinfile: dest=/etc/selinux/config regexp=^SELINUX= line=SELINUX=enforcing
- lineinfile: dest=/etc/sudoers state=absent regexp="^%wheel"