geerlingguy / ansible-role-repo-epel

Ansible Role - EPEL Repository for RHEL/CentOS
https://galaxy.ansible.com/geerlingguy/repo-epel/
MIT License
186 stars 148 forks source link

Added 'community.general' collection. #53

Closed azhinu closed 3 years ago

azhinu commented 3 years ago

Hi everyone. As I know, now ini_file is an external module that contains in community.general collection. So if I correctly understand, we need to use community.general.ini_file and add community.general collection requirements.

geerlingguy commented 3 years ago

@azhinu - It is not required to use the FQCN; the role works just fine without it. Someday I will 'upgrade' my roles to use FQCNs everywhere, but it will be at some point in the future when I'm happy to do that everywhere.

azhinu commented 3 years ago

@geerlingguy — Maybe this problem https://github.com/geerlingguy/ansible-role-repo-epel/issues/52 appears only with AWX, but after changing ini_file module name to FQCN, the playbook runs fine.

misse commented 2 years ago

I ran into this error message as well using ansible-core==2.13.0, which ansible version do you recommend running to be able to use your roles?