Use FQCN for module names
This commit is contained in:
parent
be273475c9
commit
8ba9437c89
17 changed files with 52 additions and 52 deletions
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
|
||||
- name: install git packages
|
||||
package:
|
||||
ansible.builtin.package:
|
||||
name: git
|
||||
state: installed
|
||||
|
||||
- name: create git config for sh based shells
|
||||
template:
|
||||
ansible.builtin.template:
|
||||
dest: /etc/profile.d/git.sh
|
||||
src: git.sh.j2
|
||||
mode: 0644
|
||||
|
@ -14,7 +14,7 @@
|
|||
group: root
|
||||
|
||||
- name: create git config for csh based shells
|
||||
template:
|
||||
ansible.builtin.template:
|
||||
dest: /etc/profile.d/git.csh
|
||||
src: git.csh.j2
|
||||
mode: 0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue