Galaxy ID is not used anymore.

This commit is contained in:
Robert de Bock 2024-01-02 09:04:10 +01:00
parent 988467b8c0
commit 6b5112377b
2 changed files with 3 additions and 10 deletions

View File

@ -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 |
+----------------------------------------+
```

View File

@ -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 }}"