fix: add linter
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-02-08 18:23:05 +01:00
parent 3282d019c7
commit 898d396d3e
3 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
---
- name: Include special distribution-dependent variables
- name: Include OS-specific variables
include_vars: "{{ ansible_os_family }}.yml"
- name: Install git and dependencies
package:
ansible.builtin.package:
name: "{{ item }}"
state: present
with_items: "{{ git_package_names }}"
@ -12,4 +12,4 @@
- name: Configure git
include_tasks: git_user.yml
with_dict:
- "{{ git_users }}"
- "{{ git_users }}"