create dir if nonexistent

This commit is contained in:
Josh Patterson
2026-01-20 14:30:11 -05:00
parent 627f0c2bcc
commit 959fd55e32

View File

@@ -8,11 +8,6 @@
include:
- docker
cacertdir:
file.directory:
- name: /etc/pki/tls/certs
- makedirs: True
# Trust the CA
trusttheca:
file.managed:
@@ -21,6 +16,7 @@ trusttheca:
- watch_in:
- service: docker_running
- show_changes: False
- makedirs: True
{% if GLOBALS.os_family == 'Debian' %}
symlinkca: