You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
always i receive this error :
ERROR! couldn't resolve module/action 'ranger_hdfs_policies'. This often indicates a misspelling, missing collection, or incorrect module path.
The error appears to be in '/var/www/html/JENKINS/workspace/Delete_user_NA/roles/Delete_user_NA/tasks/main.yml': line 2, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
HDFS ranger rule
name: Apply ranger Hdfs policy
^ here
Build step '
The text was updated successfully, but these errors were encountered:
Hello,
i'm facing an issue with deleteing policy from hdfs ranger
Here is my code for deleting...
ranger_hdfs_policies:
state: absent.
admin_url: https://{{ groups['ranger'][0] }}:6182
admin_username: "admin"
admin_password: "{{ RANGER_ADMIN_PASSWORD }}"
validate_certs: no
policies:
paths:
permissions:
accesses:
tags:
when : User_Ftid[0] is defined
always i receive this error :
ERROR! couldn't resolve module/action 'ranger_hdfs_policies'. This often indicates a misspelling, missing collection, or incorrect module path.
The error appears to be in '/var/www/html/JENKINS/workspace/Delete_user_NA/roles/Delete_user_NA/tasks/main.yml': line 2, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
HDFS ranger rule
^ here
Build step '
The text was updated successfully, but these errors were encountered: