ansible-lint fixes
This commit is contained in:
parent
3a64f595fe
commit
203d9bea62
17 changed files with 53 additions and 57 deletions
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
- name: install packages
|
||||
- name: Install packages
|
||||
ansible.builtin.package:
|
||||
name: mutt
|
||||
state: installed
|
||||
|
||||
- name: install global configuration
|
||||
- name: Install global configuration
|
||||
ansible.builtin.template:
|
||||
dest: /etc/Muttrc.local
|
||||
src: Muttrc.local
|
||||
|
@ -12,7 +12,7 @@
|
|||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
||||
- name: install mutt-folder helper script
|
||||
- name: Install mutt-folder helper script
|
||||
ansible.builtin.copy:
|
||||
dest: /usr/local/bin/mutt-folder
|
||||
src: mutt-folder.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue