
UNSOLVED
Closed
Powerscale Ansible NFS Module does not seem to be Idempotent
Hi,
When I run the following multiple times it keeps creating multiple exports of the same path.
- name: Create NFS Export
dellemc.powerscale.nfs:
onefs_host: "{{onefs_host}}"
api_user: "{{api_user}}"
api_password: "{{api_password}}"
verify_ssl: "{{verify_ssl}}"
path: ""
access_zone: "{{access_zone}}"
read_only_clients:
- "{{client1}}"
- "{{client2}}"
read_only: True
clients: ["{{client3}}"]
client_state: 'present-in-export'
state: 'present' Responses (0)
Solutions (0)
