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