Update linting dependencies

This commit is contained in:
Jake Howard 2023-01-08 15:25:23 +00:00
parent c40e5b4be8
commit 2fdc9e4a18
Signed by: jake
GPG Key ID: 57AFB45680EDD477
6 changed files with 12 additions and 10 deletions

View File

@ -1,8 +1,10 @@
skip_list:
- 305
- 401
- 301
- 503
- command-instead-of-shell
- no-handler
- git-latest
- fqcn
- name[missing]
- name[play]
exclude_paths:
- galaxy_roles/

View File

@ -1,2 +1,2 @@
yamllint==1.25.0
ansible-lint==4.3.7
yamllint==1.28.0
ansible-lint==6.10.2

View File

@ -9,7 +9,7 @@
- name: Load custom variables
include_vars:
file: host_vars/{{ ansible_hostname }}.yml
ignore_errors: true
failed_when: false
- import_tasks: tasks/user.yml
- import_tasks: tasks/packages.yml

View File

@ -21,7 +21,7 @@
modprobe:
name: pcspkr
state: absent
ignore_errors: true
failed_when: false
- name: Set lightdm greeter
ini_file:

View File

@ -44,7 +44,7 @@
owner: "{{ user }}"
mode: 0755
- name: i3 config files
- name: Install i3 config files
loop: "{{ i3_config_files }}"
loop_control:
label: "{{ item.src }}"

View File

@ -50,7 +50,7 @@
- name: Update package repositories
pacman:
update_cache: yes
update_cache: true
become: true
when: added_repo_keys.changed or pacman_conf.changed