batcave: test for the right path

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-03 13:55:01 -07:00
parent ed697b4f81
commit ff0336acfe

View file

@ -387,7 +387,7 @@
#
- name: check the selinux context of ansible
command: matchpathcon /git/ansible
command: matchpathcon /srv/ansible
register: webdir
check_mode: no
changed_when: "1 != 1"