Use FQCN for module names
This commit is contained in:
parent
be273475c9
commit
8ba9437c89
17 changed files with 52 additions and 52 deletions
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
- name: install packages
|
||||
package:
|
||||
ansible.builtin.package:
|
||||
name: mutt
|
||||
state: installed
|
||||
|
||||
- name: install global configuration
|
||||
template:
|
||||
ansible.builtin.template:
|
||||
dest: /etc/Muttrc.local
|
||||
src: Muttrc.local
|
||||
mode: 0644
|
||||
|
@ -13,7 +13,7 @@
|
|||
group: "{{ ansible_wheel }}"
|
||||
|
||||
- name: install mutt-folder helper script
|
||||
copy:
|
||||
ansible.builtin.copy:
|
||||
dest: /usr/local/bin/mutt-folder
|
||||
src: mutt-folder.sh
|
||||
mode: 0755
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue