fix(linter): be compliant with ansible-linter
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 10s
Ansible Linter / ansible-lint (push) Successful in 33s

This commit is contained in:
2025-08-06 10:55:42 +02:00
parent ac6f54d360
commit 6208d55dcb
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ galaxy_info:
versions:
- "35"
galaxy_tags:
- certificate-authority
- ca
- ssl
- tls

View File

@ -3,7 +3,7 @@
- name: Upgrade python package manager pip
ansible.builtin.pip:
name: pip
state: latest
state: present
- name: Install required python library cryptography
ansible.builtin.pip: