main.yml 152 B

12345
  1. - name: Git checkout
  2. ansible.builtin.git:
  3. repo: 'https://foosball.example.org/path/to/repo.git'
  4. dest: /srv/checkout
  5. version: release-0.22