|
|
@@ -6,11 +6,9 @@ |
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
- name: Ensure matrix-meshtastic-relay image is pulled |
|
|
- name: Ensure matrix-meshtastic-relay image is pulled |
|
|
community.docker.docker_image: |
|
|
|
|
|
|
|
|
community.docker.docker_image_pull: |
|
|
name: "{{ matrix_meshtastic_relay_container_image }}" |
|
|
name: "{{ matrix_meshtastic_relay_container_image }}" |
|
|
source: "{{ 'pull' if ansible_version.major > 2 or ansible_version.minor > 7 else omit }}" |
|
|
|
|
|
force_source: "{{ matrix_meshtastic_relay_container_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" |
|
|
|
|
|
force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_meshtastic_relay_container_image_force_pull }}" |
|
|
|
|
|
|
|
|
pull: always |
|
|
register: matrix_meshtastic_relay_container_image_pull_result |
|
|
register: matrix_meshtastic_relay_container_image_pull_result |
|
|
retries: "{{ devture_playbook_help_container_retries_count }}" |
|
|
retries: "{{ devture_playbook_help_container_retries_count }}" |
|
|
delay: "{{ devture_playbook_help_container_retries_delay }}" |
|
|
delay: "{{ devture_playbook_help_container_retries_delay }}" |
|
|
|