mirror of https://github.com/ceph/ceph-ansible.git
7 lines
124 B
YAML
7 lines
124 B
YAML
|
---
|
||
|
- name: check if selinux is enabled
|
||
|
command: getenforce
|
||
|
register: sestatus
|
||
|
changed_when: false
|
||
|
always_run: true
|