Fix package-latest ansible-lint errors
Reference: https://ansible-lint.readthedocs.io/en/latest/default_rules/#package-latest
This commit is contained in:
@ -75,7 +75,7 @@
|
||||
pacman:
|
||||
name:
|
||||
- gradle
|
||||
state: latest
|
||||
state: present
|
||||
update_cache: true
|
||||
when: ansible_distribution == 'Archlinux'
|
||||
|
||||
|
Reference in New Issue
Block a user