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:
parent
8b2fe277e2
commit
c662ef5bd9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user