Closed azhinu closed 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.
@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.
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?
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.