mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Correct selinux policy name: targetted -> targeted
This commit is contained in:
@@ -11,7 +11,7 @@ will let you know when it is required.
|
||||
+--------------------+----------+---------------------+----------------------------------------------------------------------------+
|
||||
| parameter | required | default | comments |
|
||||
+====================+==========+=====================+============================================================================+
|
||||
| policy | yes | | name of the SELinux policy to use (example: 'targetted') |
|
||||
| policy | yes | | name of the SELinux policy to use (example: 'targeted') |
|
||||
+--------------------+----------+---------------------+----------------------------------------------------------------------------+
|
||||
| state | yes | | the SELinux mode. 'enforcing', 'permissive', or 'disabled' |
|
||||
+--------------------+----------+---------------------+----------------------------------------------------------------------------+
|
||||
@@ -20,6 +20,6 @@ will let you know when it is required.
|
||||
|
||||
Example from Ansible :doc:`playbooks`::
|
||||
|
||||
selinux policy=targetted state=enforcing
|
||||
selinux policy=targetted state=disabled
|
||||
selinux policy=targeted state=enforcing
|
||||
selinux policy=targeted state=disabled
|
||||
|
||||
|
||||
Reference in New Issue
Block a user