Skip to content

Commit

Permalink
fix(preinstall_config): Install pip3 so that python package dependenc…
Browse files Browse the repository at this point in the history
…ies in other roles can be installed
  • Loading branch information
jhampson-dbre committed Dec 27, 2020
1 parent 6e40096 commit 02801ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions roles/preinstall_config/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
update_cache: yes
upgrade: safe

- name: Install sudo
- name: Install OS packages for remote management
apt:
name: sudo
name:
- sudo
- python3-pip
state: present

- name: Create non-root home assistant user account
Expand Down

0 comments on commit 02801ee

Please sign in to comment.