Hi all,

I have two tasks in a playbook as follows:

- name: RHELFAM | Set SELinux to permissive
  selinux: policy=targeted state=permissive
  tags: secmods

- name: RHELFAM | Disable SELinux in conf file
  selinux: state=disabled
  tags: secmods

Each time they run, even if the target machine is in the desired state, the 
task returns "changed"... Why would that be?

Thanks,
Will

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/5cec4a59-e5e7-475a-ac63-3c5e29604db4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to