Skip to content

Commit

Permalink
Change the config file path in the task
Browse files Browse the repository at this point in the history
  • Loading branch information
lecorguille authored May 23, 2019
1 parent af90aa2 commit 511690c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

- name: singularity | config bind bind_path
lineinfile:
path: /etc/singularity/singularity.conf
path: "{{ singularity_conf_path }}"
line: 'bind path = {{ item }}'
create: yes
backup: yes
Expand Down

0 comments on commit 511690c

Please sign in to comment.