fix: suppress false positive ansible lint warning 503
This commit is contained in:
parent
18e317a534
commit
69cf188426
3 changed files with 3 additions and 3 deletions
roles/docker_setup/tasks
|
@ -34,7 +34,7 @@
|
|||
dest: /etc/apt/sources.list.d/docker.list
|
||||
register: apt_repo
|
||||
|
||||
- name: Update package cache
|
||||
- name: Update package cache # noqa 503
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
when: apt_repo.changed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue