Commit 7b48b008 by Bilal Ahmad Committed by GitHub

Merge pull request #3473 from edx/bilalahmad99/forum-16.04

forums on 16.04
parents 73dd6a2c e4a7a946
FROM edxops/precise-common:latest FROM edxops/xenial-common:latest
MAINTAINER edxops MAINTAINER edxops
WORKDIR /edx/app/edx_ansible/edx_ansible/docker/plays WORKDIR /edx/app/edx_ansible/edx_ansible/docker/plays
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
- install:base - install:base
- name: install build depends - name: install build depends
apt: pkg={{ ",".join(rbenv_debian_pkgs) }} state=present install_recommends=no apt: pkg={{ ",".join(rbenv_debian_pkgs) }} update_cache=yes state=present install_recommends=no
with_items: rbenv_debian_pkgs with_items: rbenv_debian_pkgs
tags: tags:
- install - install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment