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
  • Loading branch information
kpgtek committed Dec 14, 2023
1 parent bd3f24e commit a44c031
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: Fix issue !826 - core-site.xml file's owners 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 a44c031

Please sign in to comment.