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
|
inventory = ./hosts
|
||||||
callback_whitelist = skippy
|
callback_whitelist = skippy
|
||||||
display_skipped_hosts = False
|
display_skipped_hosts = False
|
||||||
|
host_key_checking = False
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
- fzf
|
- fzf
|
||||||
state: present
|
state: present
|
||||||
become: yes
|
become: yes
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: Test host packages file
|
- name: Test host packages file
|
||||||
stat:
|
stat:
|
||||||
|
Loading…
Reference in New Issue
Block a user