Commit bd6c5399 authored by Spiros Koulouzis's avatar Spiros Koulouzis

Merge remote-tracking branch 'origin/master' into DRIP_2.0

# Conflicts:
#	docs/composer_files/beia_docker-compose.yml
parents bc8149a4 94e8092f
......@@ -21,7 +21,7 @@
- name: Add key
apt_key: {url: 'https://download.docker.com/linux/ubuntu/gpg', state: present}
become: true
register: result
register: result
- name: add repo
apt_repository: {repo: 'deb https://download.docker.com/linux/ubuntu xenial stable', state: present}
......@@ -46,8 +46,8 @@
- name: Log into DockerHub
docker_login:
username: USER
password: PASS
email: EMAIL
password: PASSS
email: XXXXX
config_path: /home/vm_user/.docker/config.json
become: true
......
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