Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ansible/roles/common/tasks/packages-Fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# essential build tools (gcc, make, etc)
- "@development-tools"
- libtool
- python
- python3

# For bluetooth selinux fix
Expand Down
1 change: 0 additions & 1 deletion ansible/roles/common/tasks/packages-Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# essential build tools (gcc, make, etc)
- build-essential
- libtool
- python
- python3
- pkg-config

Expand Down
2 changes: 1 addition & 1 deletion run-ansible.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi

# make sure we have the minimum packages to run ansible
install_if_missing git
install_if_missing python
install_if_missing python3
install_if_missing ansible

if ! grep user $HOME/.gitconfig >/dev/null 2>&1; then
Expand Down