set distro packages

This commit is contained in:
Taseer Ahmed 2018-02-19 10:36:18 +05:00
parent f230746d4e
commit c88f861250
1 changed files with 14 additions and 17 deletions

View File

@ -14,20 +14,17 @@
# See the License for the specific language governing permissions and
# limitations under the License.
- name: install apt packages
apt:
name: "{{ item }}"
with_items:
- git
- gcc
- python-dev
- python-antlr3
- libxml2
- libxslt1-dev
- libzip-dev
- build-essential
- build-essential
- libssl-dev
- libffi-dev
- python-setuptools
- python-mysqldb
blazar_distro_packages:
- git
- gcc
- python-dev
- python-antlr3
- libxml2
- libxslt1-dev
- libzip-dev
- build-essential
- build-essential
- libssl-dev
- libffi-dev
- python-setuptools
- python-mysqldb