Working on ansible-lint
- need to figure out testing
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Configure alacritty # {{{
|
||||
when: __alacritty_configured is undefined
|
||||
when:
|
||||
- __alacritty_configured is undefined or
|
||||
not __alacritty_configured
|
||||
block:
|
||||
- name: Set basic variables
|
||||
ansible.builtin.set_fact:
|
||||
@@ -95,6 +97,11 @@
|
||||
- pkgconf
|
||||
- python3
|
||||
- desktop-file-utils
|
||||
- name: Finished alacritty configuration
|
||||
when: __alacritty_configured is undefined
|
||||
ansible.builtin.set_fact:
|
||||
__alacritty_configured: true
|
||||
|
||||
# }}}
|
||||
- name: Append alacritty installation
|
||||
block:
|
||||
|
||||
Reference in New Issue
Block a user