Updat files for baibot: change config.yml.j2 → config.yaml.j2
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
		@@ -17,7 +17,7 @@
 | 
			
		||||
- name: Ensure baibot configuration installed
 | 
			
		||||
  ansible.builtin.copy:
 | 
			
		||||
    content: "{{ matrix_bot_baibot_configuration | to_nice_yaml(indent=2, width=999999) }}"
 | 
			
		||||
    dest: "{{ matrix_bot_baibot_config_path }}/config.yml"
 | 
			
		||||
    dest: "{{ matrix_bot_baibot_config_path }}/config.yaml"
 | 
			
		||||
    mode: 0644
 | 
			
		||||
    owner: "{{ matrix_user_username }}"
 | 
			
		||||
    group: "{{ matrix_user_groupname }}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user