#Hi When i try to run playbook in AWX i

1 messages · Page 1 of 1 (latest)

solar sun
#

I would help to see the playbook. A simple solution could be to change na_ontap_command to netapp.ontap.na_ontap_command

ashen yarrow
#

Thanks Laurent, i changed it but still see the same error...

#

  • hosts: localhost
    collections:
    • netapp.ontap
      gather_facts: false
      name: NetApp System Setup
      vars_files:
    • variables.yml
      vars:
      login: &login
      hostname: "{{ clusterip }}"
      username: "{{ user }}"
      password: "{{ pass }}"
      https: "{{ https_option }}"
      validate_certs: "{{ validate_certs_option }}"
      clustername: "{{ clustername }}"
      ntpservers: "{{ ntpservers }}"
      tasks:
    • name: Set Timezone #https://timezonedb.com/time-zones
      netapp.ontap.na_ontap_command:
      command: ['cluster', 'date', 'modify', '-timezone', 'Asia/Kabul']
      privilege: admin
      <<: *login
ashen yarrow
#

I believe i am missing the AWX Execution Environment.

ashen yarrow
#

""Error creating pod: container failed to start, ImagePullBackOff" "