Fix capitalization: draupnir → Draupnir
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
		@@ -17,7 +17,7 @@
 | 
			
		||||
    - {path: "{{ matrix_appservice_draupnir_for_all_docker_src_files_path }}", when: "{{ matrix_appservice_draupnir_for_all_container_image_self_build }}"}
 | 
			
		||||
  when: "item.when | bool"
 | 
			
		||||
 | 
			
		||||
- name: Ensure draupnir Docker image is pulled
 | 
			
		||||
- name: Ensure Draupnir Docker image is pulled
 | 
			
		||||
  community.docker.docker_image:
 | 
			
		||||
    name: "{{ matrix_appservice_draupnir_for_all_docker_image }}"
 | 
			
		||||
    source: "{{ 'pull' if ansible_version.major > 2 or ansible_version.minor > 7 else omit }}"
 | 
			
		||||
@@ -29,7 +29,7 @@
 | 
			
		||||
  delay: "{{ devture_playbook_help_container_retries_delay }}"
 | 
			
		||||
  until: result is not failed
 | 
			
		||||
 | 
			
		||||
- name: Ensure draupnir repository is present on self-build
 | 
			
		||||
- name: Ensure Draupnir repository is present on self-build
 | 
			
		||||
  ansible.builtin.git:
 | 
			
		||||
    repo: "{{ matrix_appservice_draupnir_for_all_container_image_self_build_repo }}"
 | 
			
		||||
    dest: "{{ matrix_appservice_draupnir_for_all_docker_src_files_path }}"
 | 
			
		||||
@@ -40,7 +40,7 @@
 | 
			
		||||
  register: matrix_appservice_draupnir_for_all_git_pull_results
 | 
			
		||||
  when: "matrix_appservice_draupnir_for_all_container_image_self_build | bool"
 | 
			
		||||
 | 
			
		||||
- name: Ensure draupnir Docker image is built
 | 
			
		||||
- name: Ensure Draupnir Docker image is built
 | 
			
		||||
  community.docker.docker_image:
 | 
			
		||||
    name: "{{ matrix_appservice_draupnir_for_all_docker_image }}"
 | 
			
		||||
    source: build
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user