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:
|
||||
- "35"
|
||||
galaxy_tags:
|
||||
- certificate-authority
|
||||
- ca
|
||||
- ssl
|
||||
- tls
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user