Don't update cache when adding ppas, this is done in the next step
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
apt_repository:
|
||||
repo: '{{ item }}'
|
||||
state: present
|
||||
update_cache: yes
|
||||
update_cache: no
|
||||
with_items: '{{ repositories }}'
|
||||
tags:
|
||||
- ppa
|
||||
|
||||
Reference in New Issue
Block a user