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 |
|
||||
+-------------------+ | +--- this tool ---+ | .github/workflows/requirements2png.yml |
|
||||
+--> | generate.yml | --> | SECURITY.md |
|
||||
+--- Galaxy ---+ | +-----------------+ | settings.yml |
|
||||
| galaxy_id | --------+ | .github/workflows/todo.yml |
|
||||
+--------------+ | .tox.ini |
|
||||
+-----------------+ | settings.yml |
|
||||
| .github/workflows/todo.yml |
|
||||
| .tox.ini |
|
||||
+----------------------------------------+
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -89,13 +89,6 @@
|
|||
when:
|
||||
- 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
|
||||
ansible.builtin.file:
|
||||
path: "{{ role_path }}/{{ item }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue