commit | 0f52c2c2fc9fac1a25c7302c22e0fffbceaaee50 | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Thu Mar 23 10:08:01 2017 -0400 |
committer | Carlos Frias <friasc@google.com> | Thu Mar 23 10:08:01 2017 -0400 |
tree | e8794585e442003b2842065b4a7da994f1e52290 | |
parent | 9e36db658e6e10c1fbae73ae2544d71ee1702427 [diff] |
updated task name
diff --git a/tasks/main.yml b/tasks/main.yml index 947fe8a..d1b27d8 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -6,7 +6,7 @@ debug: var: ansible_selinux.status -- name: Set disabled +- name: Indicate whether selinux is disabled set_fact: selinux_disabled: "{{ ansible_selinux.status == 'disabled' }}"