Switch to master Git branch.

This commit is contained in:
yohan 2023-10-22 12:56:30 +02:00
parent fed93ef058
commit 991cad2f0b

View File

@ -145,7 +145,7 @@
repo: 'https://{{ GIT_SERVER }}/yohan/docker-duplicity.git' repo: 'https://{{ GIT_SERVER }}/yohan/docker-duplicity.git'
clone: no clone: no
update: no update: no
version: dev version: master
register: git register: git
- name: Set fact tag - name: Set fact tag
@ -176,7 +176,7 @@
repo: 'https://{{ GIT_SERVER }}/yohan/docker-duplicity.git' repo: 'https://{{ GIT_SERVER }}/yohan/docker-duplicity.git'
dest: "/home/{{ user }}/build_docker-duplicity" dest: "/home/{{ user }}/build_docker-duplicity"
clone: yes clone: yes
version: dev version: master
when: when:
- local_duplicity_image.msg is defined - local_duplicity_image.msg is defined
- '"Cannot find the image" in local_duplicity_image.msg' - '"Cannot find the image" in local_duplicity_image.msg'
@ -219,7 +219,7 @@
repo: 'https://{{ GIT_SERVER }}/yohan/duplicity_playbooks.git' repo: 'https://{{ GIT_SERVER }}/yohan/duplicity_playbooks.git'
dest: "/home/{{ user }}/repository/duplicity_playbooks_temp" dest: "/home/{{ user }}/repository/duplicity_playbooks_temp"
clone: yes clone: yes
version: dev version: master
force: true force: true
remote_user: "{{ user }}" remote_user: "{{ user }}"
delegate_to: 172.17.0.1 delegate_to: 172.17.0.1