ansible-lint fixes
This commit is contained in:
parent
3a64f595fe
commit
203d9bea62
17 changed files with 53 additions and 57 deletions
|
@ -1,11 +1,10 @@
|
|||
---
|
||||
|
||||
- name: install git packages
|
||||
- name: Install packages
|
||||
ansible.builtin.package:
|
||||
name: git
|
||||
state: installed
|
||||
|
||||
- name: create git config for sh based shells
|
||||
- name: Create git config for sh based shells
|
||||
ansible.builtin.template:
|
||||
dest: /etc/profile.d/git.sh
|
||||
src: git.sh.j2
|
||||
|
@ -13,7 +12,7 @@
|
|||
owner: root
|
||||
group: root
|
||||
|
||||
- name: create git config for csh based shells
|
||||
- name: Create git config for csh based shells
|
||||
ansible.builtin.template:
|
||||
dest: /etc/profile.d/git.csh
|
||||
src: git.csh.j2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue