Fix lint errors
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2022-08-16 14:36:32 +02:00
parent d8e47cba66
commit 6c8c828300
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
4 changed files with 42 additions and 41 deletions

View file

@ -1,13 +1,13 @@
---
- name: Define repo for {{ ansible_os_family }}
ansible.builtin.include_tasks: add_repo_{{ ansible_os_family }}.yml
tags:
- config
- name: Define repo for {{ ansible_os_family }}
ansible.builtin.include_tasks: add_repo_{{ ansible_os_family }}.yml
tags:
- config
- name: Install packages
ansible.builtin.package:
name: '{{ ansible_packages }}'
state: present
update_cache: true
tags:
- installation
- name: Install packages
ansible.builtin.package:
name: '{{ ansible_packages }}'
state: present
update_cache: true
tags:
- installation