Update package cache
This commit is contained in:
parent
6461fa835f
commit
8742294e65
1 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,10 @@
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
cmd: extrepo enable virtualbox
|
cmd: extrepo enable virtualbox
|
||||||
|
|
||||||
|
- name: Update package cache
|
||||||
|
ansible.builtin.apt:
|
||||||
|
update_cache: true
|
||||||
|
|
||||||
- name: Install Virtualbox
|
- name: Install Virtualbox
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name:
|
name:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue