fixed meta
This commit is contained in:
parent
0fc0b8eaab
commit
b5691e7aac
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
galaxy_info:
|
||||
author: 'AnsibleGuy <guy@ansibleguy.net>'
|
||||
namespace: 'ansibleguy'
|
||||
readme: 'README.md'
|
||||
license: 'GPLv3'
|
||||
repository: 'https://github.com/ansibleguy/ROLE'
|
||||
|
|
|
|||
|
|
@ -194,6 +194,7 @@
|
|||
args:
|
||||
creates: "{{ CERT_CONFIG.path }}/{{ name }}.chain.{{ CERT_CONFIG.extension_cert }}"
|
||||
when: CERT_CONFIG.mode == 'ca'
|
||||
check_mode: false
|
||||
|
||||
- name: Certificates | Internal | Cert | CA-Signed | Setting privileges on chained certificate
|
||||
ansible.builtin.file:
|
||||
|
|
|
|||
Loading…
Reference in New Issue