style: make ansible-lint happier

This commit is contained in:
VC
2024-07-05 11:53:33 +02:00
parent b228498a9b
commit f1cd507720
21 changed files with 101 additions and 74 deletions

View File

@@ -1,13 +1,14 @@
---
- name: install vim package
package:
- name: Install vim package
ansible.builtin.package:
name: vim
state: present
- name: copy vimrc config file
copy:
- name: Copy vimrc config file
ansible.builtin.copy:
src: files/vim/
dest: /root/.vim
mode: 0755
owner: root
group: root