Bug 2168108

Summary: [RFE] - Switch to Ansible FQCN format for all modules in Job Templates
Product: Red Hat Satellite Reporter: Nagoor Shaik <nshaik>
Component: AnsibleAssignee: satellite6-bugs <satellite6-bugs>
Status: NEW --- QA Contact: Satellite QE Team <sat-qe-bz-list>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.13.0CC: addubey, nalfassi
Target Milestone: UnspecifiedKeywords: FutureFeature
Target Release: Unused   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nagoor Shaik 2023-02-08 08:09:16 UTC
Description of problem:
Currently all Ansible modules used in Job templates used non-fqcn format, as we switched to ansible-core 2.13.x, we should default the modules to fully-qualified collection name (FQCN) format

Version-Release number of selected component (if applicable):
Satellite 6.13

How reproducible:


Steps to Reproduce:
1. Inspect any Job templates for example "Ansible Roles - Install from git"

~~~
---
- hosts: all
  tasks:
    - git:
        repo: "<%= input('git_repository') %>"
        dest: "<%= input('location') %>"
      register: out

    - debug: var=out
~~~
   

Actual results:
all modules that we have in the Ansible related job templates uses non-FQCN format

Expected results:
All ansible modules should follow Ansible guidelines and switch to FQCN format

Additional info:
https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_2.10.html