docker_compose: Update to 1.26.2 & use bash instead of sh in wrapper

This is the last supported version for Python 2.7.
This commit is contained in:
saibotk 2021-01-01 20:54:27 +01:00
parent 62f142fad9
commit 7db32d7f94
No known key found for this signature in database
GPG key ID: A3299C587D5DF523
2 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Control if the docker-compose package from the EPEL should be removed (default)
# Control if the docker-compose package should be removed (default)
docker_compose_package: "docker-compose"
docker_compose_package_state: "absent"
@ -32,15 +32,15 @@ docker_compose_wrapper_path: /usr/local/bin/docker-compose
docker_compose_python_package_install: true
docker_compose_python_package_path: /opt/python2/ansible-dependencies
# The name of the package to install pip via yum
# The name of the package to install pip via the package manager
docker_compose_python_pip_package: "python-pip"
docker_compose_python_pip_package_state: "present"
# The name of the package to install virtualenv via yum
# The name of the package to install virtualenv via the package manager
docker_compose_python_virtualenv_package: "python-virtualenv"
docker_compose_python_virtualenv_package_state: "present"
# The pip package name of for `docker-compose`
docker_compose_pip_package: "docker-compose"
docker_compose_pip_package_state: "present"
docker_compose_pip_package_version: "1.24.1"
docker_compose_pip_package_version: "1.26.2"

View file

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
# Infrastructure
# Ansible instructions to deploy the infrastructure