removed tags and added quotes to a cache key
diff --git a/tasks/main.yml b/tasks/main.yml index 3bcbdb5..c8d8c5f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -8,7 +8,7 @@ - name: Indicate whether selinux is disabled cache: - key: selinux_disabled + key: 'selinux_disabled' value: "{{ ansible_selinux.status == 'disabled' }}" - name: Permanently disable SELINUX