redshift: ignore if user may not install the redshift package, add to master playbook
This commit is contained in:
parent
8f50e2390f
commit
65483fb394
2
all.yml
2
all.yml
@ -3,3 +3,5 @@
|
||||
- import_playbook: vim.yml
|
||||
- import_playbook: tmux.yml
|
||||
- import_playbook: gnupg.yml
|
||||
- import_playbook: redshift.yml
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
package:
|
||||
name: redshift
|
||||
state: present
|
||||
|
||||
ignore_errors: true
|
||||
|
||||
- name: Ensure .config folder for redshift exists
|
||||
file:
|
||||
|
Loading…
Reference in New Issue
Block a user