Start a Conversation

Unsolved

R

1 Rookie

 • 

2 Posts

98

October 7th, 2024 07:05

powerscale filesystem ansible module error

  - name: Get filesystem details
    dellemc.powerscale.filesystem:
      onefs_host: "{{onefs_host}}"
      verify_ssl: "false"
      api_user: "{{api_user}}"
      api_password: "{{api_password}}"
      path: '/ifs/ansible_path1'  
      state: "present"
    register: file_details

  - debug:
      var: file_details

"This module failed because it was unable to accept the path '/ifs/ansible_path1'. 
It always interpreted it as 'ifs/ansible_path1', leading to a permission denied error in Ansible."

can any one help on this 

No Responses!
No Events found!

Top