ericsysmin / ansible-collection-system

Collection of Roles for managing Ubuntu/Debian/CentOS systems
MIT License
33 stars 22 forks source link

Incorrect Dockerfile url reference in ansible-collection-system/molecule/*/Dockerfile.j2 #9

Closed bsriramprasad closed 2 years ago

bsriramprasad commented 3 years ago

Ref: https://ericsysmin.com/2020/04/30/ansible-collections-role-tests-with-molecule/

E.G Incorrect Dockerfile url reference in ansible-collection-system/molecule/chrony/Dockerfile.j2

{{ lookup('url', 'https://raw.githubusercontent.com/ericsysmin/docker-ansible-testing/master/' ~ item.image ~ '/Dockerfile', split_lines=False) }}

New reference : https://github.com/ericsysmin/docker-ansible-images/ ?

ericsysmin commented 2 years ago

Thanks will get this resolved.