Skip to content
Snippets Groups Projects
Commit f0054530 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

create folder for ssl-certs on remote, because of reodering of the playbooks

parent b12ca556
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,18 @@
- shell
- root
- name: ensure dir for CA certs exisits
file:
path: /etc/ssl/certs
state: directory
owner: root
group: root
mode: 0755
recurse: yes
tags:
- branding
- tls
- name: ensure deployment of CA certificates
copy:
src: "{{ item }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment