Update install_code.yaml

This commit is contained in:
David Rotermund 2024-04-26 16:18:49 +02:00 committed by GitHub
parent 43d7700dc2
commit df0eb6a973
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,21 +100,21 @@
}
}
- name: copy key
ansible.builtin.copy:
src: "/config/certs/key.pem"
dest: "/root/nginx/key.pem"
owner: root
group: root
mode: "0600"
# - name: copy key
# ansible.builtin.copy:
# src: "/config/certs/key.pem"
# dest: "/root/nginx/key.pem"
# owner: root
# group: root
# mode: "0600"
- name: copy ca
ansible.builtin.copy:
src: "/config/certs/crt_ca.pem"
dest: "/root/nginx/ca.pem"
owner: root
group: root
mode: "0600"
# - name: copy ca
# ansible.builtin.copy:
# src: "/config/certs/crt_ca.pem"
# dest: "/root/nginx/ca.pem"
# owner: root
# group: root
# mode: "0600"
- name: Create nginx container
community.docker.docker_container: