Merge pull request #77 from major/suggest-selinux-enforcing
Updating SELinux example doc in lininefile module
This commit is contained in:
commit
1c2995d71f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue