diff --git a/tasks/main.yml b/tasks/main.yml index 51e024e..ab0b754 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -25,10 +25,11 @@ src: files/replicate.sh dest: /scripts/replicate.sh +#this should be moved to dedicated selinux role down the road - name: Disable SELinux ansible.posix.selinux: state: disabled - + # create symlink for certs if letsencrypt is set up - name: check if letsencrypt is set up ansible.builtin.command: '[ -d "/etc/letsencrypt/" ]'