Don't update cache when adding ppas, this is done in the next step

This commit is contained in:
Alexander Grothe 2018-08-03 12:07:33 +02:00
parent 16886c3806
commit 9ec3fb07ec
2 changed files with 3 additions and 2 deletions

View File

@ -449,7 +449,7 @@ yavdr-common executes the following tasks:
apt_repository:
repo: '{{ item }}'
state: present
update_cache: yes
update_cache: no
with_items: '{{ repositories }}'
tags:
- ppa
@ -475,6 +475,7 @@ yavdr-common executes the following tasks:
question: dash/sh
value: 'false'
vtype: select
#+END_SRC
***** create user vdr

View File

@ -8,7 +8,7 @@
apt_repository:
repo: '{{ item }}'
state: present
update_cache: yes
update_cache: no
with_items: '{{ repositories }}'
tags:
- ppa