Skip to content
Snippets Groups Projects
Commit 4d28d050 authored by Gin Tan (Monash University)'s avatar Gin Tan (Monash University)
Browse files

Remove -a to make the check_fs_used work

Former-commit-id: fd0db365
parent 5cd292ff
No related branches found
No related tags found
No related merge requests found
...@@ -59,3 +59,10 @@ ...@@ -59,3 +59,10 @@
copy: src=scripts/ dest={{ nhc_dir }}/etc/nhc/scripts/ copy: src=scripts/ dest={{ nhc_dir }}/etc/nhc/scripts/
become: true become: true
become_user: root become_user: root
- name: modifying DF_FLAGS in lbnl_fs script
replace:
path: {{ nhc_dir }}/etc/nhc/scripts/lbnl_fs.nhc
regexp: 'DF_FLAGS="${DF_FLAGS:--Tka}"'
replace: 'DF_FLAGS="${DF_FLAGS:--Tk}"'
backup: yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment