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

@ -3,7 +3,7 @@
ansible.builtin.apt_repository:
repo: ppa:ansible/ansible
state: present
update_cache: yes
update_cache: true
when:
- ansible_distribution == "Ubuntu"
@ -12,7 +12,7 @@
repo: deb http://ppa.launchpad.net/ansible/ansible/ubuntu {{ ansible_distribution_name }} main
filename: ansible.list
state: present
update_cache: yes
update_cache: true
mode: "0644"
# owner: root
# ansible.builtin.group: root

View file

@ -1,5 +1,6 @@
---
- block:
- name: Ansible tasks
block:
- name: Include vars for {{ ansible_os_family }}
ansible.builtin.include_vars: "{{ ansible_os_family }}.yml"