Skip to content

Commit

Permalink
fix(install_conf): Needs to be j2 template and module.
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Mar 3, 2024
1 parent 1890c82 commit 46dec9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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: "install_conf.json"
ansible.builtin.template:
src: "install_conf.json.j2"
dest: "/home/{{ global.user }}/install_conf.json"
owner: "{{ global.user }}"
group: "{{ global.user }}"
Expand Down
File renamed without changes.

0 comments on commit 46dec9c

Please sign in to comment.