mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Updating SELinux example doc in lininefile module
Encouraging users to use this Ansible module to enable SELinux seems like a better idea. It also warms Dan Walsh's heart. Signed-off-by: Major Hayden <major@mhtx.net>
This commit is contained in:
@@ -127,7 +127,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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user