fix: suppress false positive ansible lint warning 503

This commit is contained in:
David Kilias 2022-10-24 18:21:44 +02:00
parent 18e317a534
commit 69cf188426
3 changed files with 3 additions and 3 deletions
roles/docker_setup/tasks

View file

@ -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