Merge "Fix docker hub login variable"

This commit is contained in:
Zuul 2019-02-20 11:41:14 +00:00 committed by Gerrit Code Review
commit 87631f37f9
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