Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oEscal committed Sep 23, 2021
1 parent faee0b3 commit ea92222
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ os_yum_base_packages:
_os_yum_exclude_rpm_packages: "exclude=kernel-3* kernel-rt* kernel-rt-kvm* kernel-rt-devel*"
os_remove_yum_plugins: true

os_ubuntu_base_packages:
"vim-common,curl,lvm2,wget,bridge-utils,libboost-all-dev,libpcre3,libpcre3-dev,zlib1g-dev,libglib2.0-dev,\
autoconf,automake,libtool,flex,bison,cmake,pciutils,python-websocket,libjsoncpp-dev,libfcgi-dev,libhiredis-dev,\
libnuma-dev,build-essential,psmisc,python-httplib2,libpixman-1-dev,moreutils,jq,python-dev-is-python2,psmisc,\
sshpass,bash-completion,rsync"

## URLs to docker images saved with `docker save <image>:<ver> | gzip > <image>.tar.gz` that are going to be preloaded after docker setup
docker_images: []

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
apt:
name: "{{ os_ubuntu_base_packages }}"
state: present
skip_broken: yes
update_cache: yes
become: yes
when: ansible_distribution == "Ubuntu"
Expand Down

0 comments on commit ea92222

Please sign in to comment.