Merge pull request #14977 from rocky-linux/develop

fixing modules
This commit is contained in:
Louis Abel 2021-01-23 03:00:19 -07:00 committed by GitHub
commit e0cf7d0024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
--- ---
# Configure mantis # Configure mantis
- name: Configure SELinux booleans - name: Configure SELinux booleans
seboolean: ansible.posix.seboolean:
name: "{{ item }}" name: "{{ item }}"
persistent: true persistent: true
state: true state: true