You've already forked ansible-role-certificate-authority
fix(linter): be compliant with ansible-linter
This commit is contained in:
@ -17,7 +17,6 @@ galaxy_info:
|
|||||||
versions:
|
versions:
|
||||||
- "35"
|
- "35"
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- certificate-authority
|
|
||||||
- ca
|
- ca
|
||||||
- ssl
|
- ssl
|
||||||
- tls
|
- tls
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
- name: Upgrade python package manager pip
|
- name: Upgrade python package manager pip
|
||||||
ansible.builtin.pip:
|
ansible.builtin.pip:
|
||||||
name: pip
|
name: pip
|
||||||
state: latest
|
state: present
|
||||||
|
|
||||||
- name: Install required python library cryptography
|
- name: Install required python library cryptography
|
||||||
ansible.builtin.pip:
|
ansible.builtin.pip:
|
||||||
|
Reference in New Issue
Block a user