I am using using AWX;
I'm trying to run the following playbook on solaris, where I use the ansible zfs module. but it tells me an error in the module.
"ERROR! couldn't resolve module/action 'community.general.zfs'. This often indicates a misspelling, missing collection, or incorrect module path. The error appears to be in '/runner/project/zfs.yaml': line 6, column 7, but may be elsewhere in the file depending on the exact syntax problem."
part of the playbook that I use is this:
tasks: - name: Crear sistema de archivos GA12 community.general.zfs: name: GA12 state: present mountpoint: /rpool/GA12
I tried changing the execution environment to AWX EE (latest), but it didn't work