Bugfix: Linter E503 - set_apt_sources (#9)
This commit is contained in:
parent
a864ddfea3
commit
7a7bdc3d88
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
register: copy_src
|
||||
|
||||
|
||||
- name: apt_update
|
||||
- name: apt_update # noqa 503 503
|
||||
become: yes
|
||||
apt:
|
||||
update_cache: yes
|
||||
|
|
Loading…
Reference in a new issue