Fix typo with ansible_galaxy_info.token

Otherwise, we cannot get the token properly from the secret.

Change-Id: I5d2b761fbc94aab6077653b0bd2c209c53dbd322
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-10-12 16:59:20 -04:00
parent 8b2fe277e2
commit c662ef5bd9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
- name: Login into Ansible Galaxy
command: "{{ ansible_galaxy_executable }} -s {{ ansible_galaxy_server }} login --github-token {{ galaxy_info.token }}"
command: "{{ ansible_galaxy_executable }} -s {{ ansible_galaxy_server }} login --github-token {{ ansible_galaxy_info.token }}"
no_log: True
- name: Import role into Ansible Galaxy