Works for repos not an Galaxy.
This commit is contained in:
parent
64e9471eae
commit
629ed73bca
|
|
@ -119,6 +119,7 @@
|
|||
shell: "set -o pipefail ; ansible-galaxy info robertdebock.{{ role_name }} | grep ' id: ' | awk '{print $NF}'"
|
||||
register: galaxy_id
|
||||
changed_when: no
|
||||
failed_when: no
|
||||
|
||||
- name: load secure.yml
|
||||
include_vars:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
|Travis|GitHub|Quality|Downloads|Version|
|
||||
|------|------|-------|---------|-------|
|
||||
|[](https://travis-ci.com/{{ travis_namespace }}/ansible-role-{{ role_name }})|[](https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/actions)|[](https://galaxy.ansible.com/{{ github_namespace }}/{{ role_name }})|[](https://galaxy.ansible.com/{{ github_namespace }}/{{ role_name }})|[](https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/releases/)|
|
||||
|[](https://travis-ci.com/{{ travis_namespace }}/ansible-role-{{ role_name }})|[](https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/actions)|[ }})](https://galaxy.ansible.com/{{ github_namespace }}/{{ role_name }})|[ }})](https://galaxy.ansible.com/{{ github_namespace }}/{{ role_name }})|[](https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/releases/)|
|
||||
|
||||
## [Example Playbook](#example-playbook)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue