Don't update cache when adding ppas, this is done in the next step
This commit is contained in:
parent
16886c3806
commit
9ec3fb07ec
@ -449,7 +449,7 @@ yavdr-common executes the following tasks:
|
|||||||
apt_repository:
|
apt_repository:
|
||||||
repo: '{{ item }}'
|
repo: '{{ item }}'
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: no
|
||||||
with_items: '{{ repositories }}'
|
with_items: '{{ repositories }}'
|
||||||
tags:
|
tags:
|
||||||
- ppa
|
- ppa
|
||||||
@ -475,6 +475,7 @@ yavdr-common executes the following tasks:
|
|||||||
question: dash/sh
|
question: dash/sh
|
||||||
value: 'false'
|
value: 'false'
|
||||||
vtype: select
|
vtype: select
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
***** create user vdr
|
***** create user vdr
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
apt_repository:
|
apt_repository:
|
||||||
repo: '{{ item }}'
|
repo: '{{ item }}'
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: no
|
||||||
with_items: '{{ repositories }}'
|
with_items: '{{ repositories }}'
|
||||||
tags:
|
tags:
|
||||||
- ppa
|
- ppa
|
||||||
|
Loading…
Reference in New Issue
Block a user