You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think it's the regex. I event tried to alter it to '*' which must match anything. Even when running the playbook with -vvvv Ansible won't reveal the reason for
TASK [ansible-proftpd : Uncomment LoadModule directives for Galaxy] ********************************************************************
task path: /home/gery/ansible/playbooks/roles/ansible-proftpd/tasks/galaxy_auth.yml:17
skipping: [tace01.md80.ch] => (item=mod_exec.c) => {
"ansible_loop_var": "item",
"changed": false,
"item": "mod_exec.c",
"skip_reason": "Conditional result was False"
}
There's a number of these on skips on RHEL 7 and also on 8. But after trying for days and days I'm at the end of my latin. It's probably best to write a shell script and remote execute it and forget about Ansible altogether.
ansible-proftpd/tasks/galaxy_auth.yml
Line 17 in fa2aed8
Seems that RockyLinux moved LoadModule directives to /etc/proftpd/modules.conf
I tried also to specify the new path into the proftpd_modules_config_file var but, Ansible ignore it :(
The text was updated successfully, but these errors were encountered: