Skip to content
Snippets Groups Projects
Commit f7388b3a authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

re-enabling errors

Former-commit-id: ff279b21
parent 5b975b81
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
mount: name={{ item.name }} src="{{ item.ipv4 }}:{{ item.src }}" fstype={{ item.fstype }} opts={{ item.opts }} state=mounted mount: name={{ item.name }} src="{{ item.ipv4 }}:{{ item.src }}" fstype={{ item.fstype }} opts={{ item.opts }} state=mounted
with_items: "{{ nfsMounts }}" with_items: "{{ nfsMounts }}"
become: true become: true
ignore_errors: true ignore_errors: false
register: firstMount register: firstMount
when: nfsMounts is defined when: nfsMounts is defined
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