drop duplicate when:

This commit is contained in:
Kevin Fenzi 2017-12-16 21:51:19 +00:00
parent d75b0eba55
commit 9239431b43

View file

@ -346,7 +346,6 @@
- name: install our custom selinux module
command: semodule -i /usr/local/share/mapchkpwd.pp
when: selinux_module|changed
when: ansible_distribution_major_version|int >= 27
tags:
- selinux
- config