Skip to content

Commit

Permalink
πŸ› FIX: Raise privileges for apt install
Browse files Browse the repository at this point in the history
This is required on VirtualBox
  • Loading branch information
chrisjsewell committed Mar 19, 2021
1 parent 822c1eb commit bf7e55c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- xz-utils

- name: "Install nwchem data for Ubuntu {{ ansible_distribution_release|lower }}"
become: true
apt:
deb: "{{ nwchem_deb_url_data }}"
register: nwchem_install_data
Expand All @@ -22,6 +23,7 @@


- name: "Install nwchem main for Ubuntu {{ ansible_distribution_release|lower }}"
become: true
apt:
deb: "{{ nwchem_deb_url_main }}"
register: nwchem_install_main
Expand Down

0 comments on commit bf7e55c

Please sign in to comment.