AIX Open Source

 View Only
Expand all | Collapse all

power_aix_bootstrap role issue in AIX 7.3

  • 1.  power_aix_bootstrap role issue in AIX 7.3

    Posted Tue January 03, 2023 10:45 AM
    Hi All,
    Executed the below playbook and got the error as follows,
    ---
    
    - name: Prep AIX for Ansible 
      hosts: all
      vars: 
        pkgtype: yum 
      collections:
        - ibm.power_aix
      roles:
        - power_aix_bootstrap​

    fatal: [xx.xx.xxx.xxx]: FAILED! => {"changed": false, "msg": "End playbook for xx.xx.xxx.xxx. Bootstrap yum for AIX version 73 is not supported."}

    Any thoughts ?

    ------------------------------
    Vijaybabu Anaimuthu
    ------------------------------


  • 2.  RE: power_aix_bootstrap role issue in AIX 7.3

    Posted Wed January 04, 2023 04:28 AM
    Hi Vijay,

    YUM is not supported on AIX 7.3 and you need to use DNF as a package manager.
    Can you change from YUM to DNF and see if it works.

    ------------------------------
    SANGAMESH
    ------------------------------