Skip to content

Commit

Permalink
fix: remove become to create the installation folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Nov 27, 2023
1 parent b324f3c commit 8e12a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/ocp_cluster/tasks/install_prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
owner: "{{ ansible_user_id }}"
group: "{{ ansible_user_id }}"
mode: '0755'
become: true
# become: true
loop:
- "{{ ocp_root_directory }}"
- "{{ ocp_root_directory }}/bin"
Expand All @@ -23,7 +23,7 @@
owner: "{{ ansible_user_id }}"
group: "{{ ansible_user_id }}"
mode: '0755'
become: true
# become: true
register: create_bin_dir_res
when: ocp_cluster_bin_directory is defined

Expand Down

0 comments on commit 8e12a1a

Please sign in to comment.