Galaxy ID is not used anymore.
This commit is contained in:
parent
988467b8c0
commit
6b5112377b
|
|
@ -24,9 +24,9 @@ The intention is to focus on writing or maintaining the Ansible role, and use th
|
||||||
| templates/* | | | molecule/default/molecule.yml |
|
| templates/* | | | molecule/default/molecule.yml |
|
||||||
+-------------------+ | +--- this tool ---+ | .github/workflows/requirements2png.yml |
|
+-------------------+ | +--- this tool ---+ | .github/workflows/requirements2png.yml |
|
||||||
+--> | generate.yml | --> | SECURITY.md |
|
+--> | generate.yml | --> | SECURITY.md |
|
||||||
+--- Galaxy ---+ | +-----------------+ | settings.yml |
|
+-----------------+ | settings.yml |
|
||||||
| galaxy_id | --------+ | .github/workflows/todo.yml |
|
| .github/workflows/todo.yml |
|
||||||
+--------------+ | .tox.ini |
|
| .tox.ini |
|
||||||
+----------------------------------------+
|
+----------------------------------------+
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -89,13 +89,6 @@
|
||||||
when:
|
when:
|
||||||
- verify.stat.exists
|
- verify.stat.exists
|
||||||
|
|
||||||
- name: Load galaxy_id
|
|
||||||
ansible.builtin.shell:
|
|
||||||
cmd: "set -o pipefail ; ansible-galaxy info {{ galaxy_namespace }}.{{ role_name }} | grep ' id: ' | awk '{print $NF}'" # noqa no-tabs
|
|
||||||
register: galaxy_id
|
|
||||||
changed_when: no
|
|
||||||
failed_when: no
|
|
||||||
|
|
||||||
- name: Create .github directories
|
- name: Create .github directories
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ role_path }}/{{ item }}"
|
path: "{{ role_path }}/{{ item }}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue