Different way to generate hash and space-tab fix for galaxy id.

This commit is contained in:
Robert de Bock 2020-08-31 17:10:17 +02:00
parent f65ec5f8c3
commit 7ef6fea4e6
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@
- verify.stat.exists | bool
- name: load galaxy_id
shell: "set -o pipefail ; ansible-galaxy info robertdebock.{{ role_name }} | grep ' id: ' | awk '{print $NF}'"
shell: "set -o pipefail ; ansible-galaxy info robertdebock.{{ role_name }} | grep ' id: ' | awk '{print $NF}'"
register: galaxy_id
changed_when: no
failed_when: no
@ -138,7 +138,7 @@
failed_when: no
- name: generate secure hash
command: "/usr/bin/travis encrypt --pro robertdebock:{{ secure.slack_token }} --no-interactive"
command: "/usr/bin/travis encrypt --pro {{ secure.slack_token }} --no-interactive"
register: travis_secure
when:
- travis.notifications.slack is defined