allow action to fail if file does not exist

This commit is contained in:
Alexander Grothe
2017-11-22 10:56:21 +01:00
parent 68396b3797
commit 49bcecb027
4 changed files with 8 additions and 2 deletions

View File

@@ -24,6 +24,7 @@
state: present
regexp: '^(Prompt=).*$'
line: '\1never'
ignore_errors: yes
- name: apt | install basic packages
apt:
name: '{{ item }}'