fix(ci): share Ansible Galaxy collections
lint / yaml (pull_request) Successful in 15s
lint / terraform (pull_request) Successful in 38s
lint / terraform (push) Successful in 34s
lint / yaml (push) Successful in 14s
lint / ansible (pull_request) Successful in 5m5s
lint / ansible (push) Successful in 5m10s

This commit is contained in:
2026-09-09 18:15:35 +00:00
parent 4ee123965c
commit eeea0dc092
5 changed files with 12 additions and 11 deletions
@@ -56,7 +56,7 @@
# --check-connection makes PVE actually bind before saving, so a wrong DN,
# password, or an untrusted certificate fails HERE instead of silently
# producing a realm nobody can log in to.
ansible.builtin.shell:
ansible.builtin.shell: # noqa command-instead-of-shell
cmd: >-
pveum realm add {{ pve_auth_realm }} --type ad {{ _realm_opts }}
--password '{{ pve_auth_bind_password }}'
@@ -95,7 +95,7 @@
run_once: true
- name: Update the realm
ansible.builtin.shell:
ansible.builtin.shell: # noqa command-instead-of-shell
cmd: >-
pveum realm modify {{ pve_auth_realm }} {{ _realm_opts }}
--password '{{ pve_auth_bind_password }}'