Bug #34652
Use native git ansible module for cloning git repos
Fixed in Releases:
Found in Releases:
Description
Currently "Ansible Roles - Install from git" job template uses the `command` module for cloning git repos. We should be using the native "git" ansible module for idempotency.
Associated revisions
History
#1
Updated by The Foreman Bot 3 months ago
- Assignee set to Nagoor Shaik
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_ansible/pull/521 added
#2
Updated by The Foreman Bot 3 months ago
- Fixed in Releases foreman_ansible-8.0.0 added
#3
Updated by Anonymous 3 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_ansible|d96cfd26d0bd14e3876f119aa04d80c395629291.
Fixes #34652 - added git ansible module instead of command