I am getting the following error message when I'm trying to enable NFS on a vserver. Seems like it wants certificate validation, but in all of my other playbooks I am using "validate_certs: false" and this is the only one that is having an issue. See the attached file for the playbook and full error output.
fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "/export/home/username/venv/ansible-latest/lib64/python3.9/site-packages/urllib3/connectionpool.py:1095: InsecureRequestWarning: Unverified HTTPS request is being made to host 'cluster01'.
Adding certificate verification is strongly advised