mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
ignore errors on install packages
This commit is contained in:
parent
5ff8aae3ee
commit
14cad4e78b
@ -2,3 +2,4 @@
|
||||
inventory = ./hosts
|
||||
callback_whitelist = skippy
|
||||
display_skipped_hosts = False
|
||||
host_key_checking = False
|
||||
|
@ -9,6 +9,7 @@
|
||||
- fzf
|
||||
state: present
|
||||
become: yes
|
||||
ignore_errors: yes
|
||||
|
||||
- name: Test host packages file
|
||||
stat:
|
||||
|
Loading…
Reference in New Issue
Block a user