Packer.Images/ansible/roles/assets/tasks/git.yml

6 lines
209 B
YAML
Raw Normal View History

2022-11-24 09:59:41 +00:00
- name: Clone git repository
ansible.builtin.git:
repo: "{{ platform.gitops.repository.uri }}"
version: "{{ platform.gitops.repository.revision }}"
dest: /opt/metacluster/git-repositories/gitops