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