molecule fixes

This commit is contained in:
AnsibleGuy 2023-01-06 22:42:01 +01:00
parent a20f48910f
commit 48da78f8bf
1 changed files with 0 additions and 6 deletions

View File

@ -1,11 +1,5 @@
---
- name: "Apache | Debian | Site '{{ name }}' | Certs | Creating public directory"
ansible.builtin.file:
path: "{{ APACHE_CONFIG.ssl.path }}"
state: directory
mode: 0755
- name: "Apache | Debian | Site '{{ name }}' | Certs | Creating certificates"
ansible.builtin.import_role:
name: ansibleguy.infra_certs