Skip to content
Snippets Groups Projects
Unverified Commit f27b0e30 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #1334 from rjeffman/update_c10s_image

Update c10s image
parents 0da0b22a 8b4b22dd
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
ansible.builtin.copy: ansible.builtin.copy:
dest: "/root/user.csr" dest: "/root/user.csr"
content: "{{ user_req.stdout }}" content: "{{ user_req.stdout }}"
mode: 0644 mode: "0644"
# TESTS # TESTS
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
ansible.builtin.copy: ansible.builtin.copy:
src: "{{ playbook_dir }}/{{ item }}" src: "{{ playbook_dir }}/{{ item }}"
dest: "{{ ansible_facts['env'].HOME }}/{{ item }}" dest: "{{ ansible_facts['env'].HOME }}/{{ item }}"
mode: 0644 mode: "0644"
with_items: with_items:
- A_private.pem - A_private.pem
- A_public.pem - A_public.pem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment