Fix docker hub login variable

Change-Id: Ibfef478998981956378f9082adcae95db8b9401d
Story: 2001694
Task: 29513
This commit is contained in:
Dobroslaw Zybort 2019-02-20 08:43:00 +01:00
parent de9ceb0c26
commit de0e82ebca
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- hosts: all
tasks:
- name: Login to Dockerhub
command: "docker login -u {{ doker_hub_login.user }} -p {{ doker_hub_login.password }}"
command: "docker login -u {{ doker_hub_login_api.user }} -p {{ doker_hub_login_api.password }}"
no_log: true
- name: List images