Skip to content

Commit

Permalink
fix(ranger_usersync): core-site.xml files owners permissions modified
Browse files Browse the repository at this point in the history
fix(ranger_usersync): modify task name
  • Loading branch information
kpgtek authored and rpignolet committed Dec 22, 2023
1 parent bd3f24e commit 863e321
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/ranger/usersync/tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
args:
chdir: "{{ ranger_usersync_install_dir }}"

- name: Ensure core-site.xml has correct owner and permissions
ansible.builtin.file:
path: "{{ hadoop_root_conf_dir }}/conf/core-site.xml"
state: file
owner: "root"
group: "root"
mode: "0644"

- name: Render log4j.properties
ansible.builtin.template:
src: log4j.properties.j2
Expand Down

0 comments on commit 863e321

Please sign in to comment.