12 lines
351 B
YAML
12 lines
351 B
YAML
|
---
|
||
|
- hosts: '{{ variable_host | default("pioniers") }}'
|
||
|
gather_facts: no
|
||
|
become: yes
|
||
|
tasks:
|
||
|
- name: Update pioniers repository
|
||
|
git:
|
||
|
repo: https://denali.kcir.pwr.edu.pl/git/L1.5/rosaria.git
|
||
|
clone: yes
|
||
|
update: yes
|
||
|
version: "docker20.04"
|
||
|
dest: /home/lab1_5/rosaria
|