mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
fix typo
This commit is contained in:
parent
9325d9edd0
commit
9079976bf3
2 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@
|
|||
mode: "u=rwx,g=rx,o=rx"
|
||||
- name: Copy secret envs
|
||||
ansible.builtin.copy:
|
||||
path: "/apps/cors-school/{{ item }}"
|
||||
dest: "/apps/cors-school/{{ item }}"
|
||||
src: "../secrets/cors-school/{{ item }}"
|
||||
mode: "u=r,g=r,o=r"
|
||||
with_items:
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
mode: "u=rwx,g=rx,o=rx"
|
||||
- name: Copy minecraft secrets
|
||||
ansible.builtin.copy:
|
||||
path: "/apps/minecraft/.env"
|
||||
dest: "/apps/minecraft/.env"
|
||||
src: "../secrets/minecraft/.env"
|
||||
mode: "u=r,g=r,o=r"
|
||||
#####
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue