mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-12-02 12:33:39 +00:00
Migrater: Fix typo in copy secrets task
This commit is contained in:
@@ -9,6 +9,10 @@
|
|||||||
dest: /root/.ssh/keys/infra
|
dest: /root/.ssh/keys/infra
|
||||||
- src: /root/.ansible/vault/{{ location | lower | replace('.', '') | replace(' ', '-') }}/infra
|
- src: /root/.ansible/vault/{{ location | lower | replace('.', '') | replace(' ', '-') }}/infra
|
||||||
dest: /root/.ansible/vault/infra
|
dest: /root/.ansible/vault/infra
|
||||||
|
loop: "{{ files }}"
|
||||||
|
loop_control:
|
||||||
|
label: "{{ file }}"
|
||||||
|
loop_var: "file"
|
||||||
|
|
||||||
- name: "Migrater : Python 3 : Configure - Virtual Environment : Test"
|
- name: "Migrater : Python 3 : Configure - Virtual Environment : Test"
|
||||||
ansible.builtin.raw: "/opt/ansible/bin/pip3"
|
ansible.builtin.raw: "/opt/ansible/bin/pip3"
|
||||||
|
|||||||
Reference in New Issue
Block a user