matrix_*_retries_{count,delay} -> devture_playbook_help_*_retries_{count,delay}
This commit is contained in:
		@@ -24,8 +24,8 @@
 | 
			
		||||
    force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_postgres_backup_docker_image_force_pull }}"
 | 
			
		||||
  when: matrix_postgres_backup_enabled | bool
 | 
			
		||||
  register: result
 | 
			
		||||
  retries: "{{ matrix_container_retries_count }}"
 | 
			
		||||
  delay: "{{ matrix_container_retries_delay }}"
 | 
			
		||||
  retries: "{{ devture_playbook_help_container_retries_count }}"
 | 
			
		||||
  delay: "{{ devture_playbook_help_container_retries_delay }}"
 | 
			
		||||
  until: result is not failed
 | 
			
		||||
 | 
			
		||||
- name: Ensure Postgres backup paths exist
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user