#ERROR! 'netapp.ontap.na_ontap_qtree' is not a valid attribute for a Play

1 messages · Page 1 of 1 (latest)

dusk vault
#

Collection Version


netapp.ontap 22.12.0 and ansible version "class": algorithms.Blowfish,
ansible [core 2.13.13]

steady hawk
#

Supported ansible-core versions: 2.15 or newer
Your ansible version is 2.13

dusk vault
#

it is same after upgrade too

#
  • name: Create quota rule for the qtree
    netapp.ontap.na_ontap_quotas:
    state: present
    vserver: "{{ UserInputs.svm.name }}"
    volume: "{{ UserInputs.name }}"
    quota_target: "{{'EDD'+ '{{ UserInputs.name }}' }}"
    type: qtree
    disk_limit: "{{ UserInputs.disk_limit}}"
    set_quota_status: True
#

[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit
localhost does not match 'all'
ERROR! 'netapp.ontap.na_ontap_quotas' is not a valid attribute for a Play

The offending line appears to be:

  • name: Create quota rule for the qtree
    ^ here

ansible [core 2.17.4]

placid solar
#

can you run the play again with -vv and send me the output

And also run ansible-galaxy collection list and send that as well