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

re-enabling errors

parent e39ef4fe
No related branches found
No related tags found
1 merge request!293Ubuntu
...@@ -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