Skip to content

Commit

Permalink
fix(lint): Jinja nonsense.
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Mar 3, 2024
1 parent e1326bb commit c203a2a
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,5 +1,5 @@
---
- name: "Deploy install_conf.json to /home/{{ global.user }}/install_conf.json"
- name: "Deploy install_conf.json to flux user home directory"
ansible.builtin.copy:
src: "{{ global.fluxPath }}/install_conf.json"
dest: "/home/{{ global.user }}/install_conf.json"
Expand Down

0 comments on commit c203a2a

Please sign in to comment.