Update ansible code
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Adrien Reslinger 2022-08-16 14:29:07 +02:00
parent e33e55cd8c
commit d8e47cba66
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
8 changed files with 39 additions and 39 deletions

View file

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