Skip to content

Commit

Permalink
fix(install_conf): Path is correct now.
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Mar 3, 2024
1 parent c203a2a commit 93af751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/common/tasks/common-installFluxInstallConf.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: "Deploy install_conf.json to flux user home directory"
ansible.builtin.copy:
src: "{{ global.fluxPath }}/install_conf.json"
src: "/home/{{ global.user }}/install_conf.json"
dest: "/home/{{ global.user }}/install_conf.json"
owner: "{{ global.user }}"
group: "{{ global.user }}"
Expand Down

0 comments on commit 93af751

Please sign in to comment.