Browse Source

Upgrade matrix-corporal (1.7.1 -> 1.7.2)

pull/418/head
Slavi Pantaleev 6 years ago
parent
commit
fcb4f2579d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-corporal/defaults/main.yml

+ 1
- 1
roles/matrix-corporal/defaults/main.yml View File

@@ -19,7 +19,7 @@ matrix_corporal_container_extra_arguments: []
# List of systemd services that matrix-corporal.service depends on
matrix_corporal_systemd_required_services_list: ['docker.service']

matrix_corporal_docker_image: "devture/matrix-corporal:1.7.1"
matrix_corporal_docker_image: "devture/matrix-corporal:1.7.2"
matrix_corporal_docker_image_force_pull: "{{ matrix_corporal_docker_image.endswith(':latest') }}"

matrix_corporal_base_path: "{{ matrix_base_data_path }}/corporal"


Loading…
Cancel
Save