Update linting dependencies
This commit is contained in:
parent
c40e5b4be8
commit
2fdc9e4a18
6 changed files with 12 additions and 10 deletions
|
@ -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/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
yamllint==1.25.0
|
||||
ansible-lint==4.3.7
|
||||
yamllint==1.28.0
|
||||
ansible-lint==6.10.2
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
modprobe:
|
||||
name: pcspkr
|
||||
state: absent
|
||||
ignore_errors: true
|
||||
failed_when: false
|
||||
|
||||
- name: Set lightdm greeter
|
||||
ini_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 }}"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue