Skip to content

Commit bf7e55c

Browse files
committed
🐛 FIX: Raise privileges for apt install
This is required on VirtualBox
1 parent 822c1eb commit bf7e55c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- xz-utils
1313

1414
- name: "Install nwchem data for Ubuntu {{ ansible_distribution_release|lower }}"
15+
become: true
1516
apt:
1617
deb: "{{ nwchem_deb_url_data }}"
1718
register: nwchem_install_data
@@ -22,6 +23,7 @@
2223

2324

2425
- name: "Install nwchem main for Ubuntu {{ ansible_distribution_release|lower }}"
26+
become: true
2527
apt:
2628
deb: "{{ nwchem_deb_url_main }}"
2729
register: nwchem_install_main

0 commit comments

Comments
 (0)