lint fix
This commit is contained in:
parent
7018b99e5c
commit
d3a372cf1c
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
# ansible-playbook -K -D -i inventory/hosts.yml playbook.yml --ask-vault-pass
|
# ansible-playbook -K -D -i inventory/hosts.yml playbook.yml --ask-vault-pass
|
||||||
|
|
||||||
- hosts: localhost # should be limited
|
- name: Certificate Generator
|
||||||
|
hosts: localhost # should be limited
|
||||||
become: true
|
become: true
|
||||||
gather_facts: yes
|
gather_facts: yes
|
||||||
roles:
|
roles:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue