matrix-bot-honoroit feedback

This commit is contained in:
rakshazi
2022-01-07 09:41:52 +02:00
parent 407e8c4940
commit d7af37e9e9
4 changed files with 31 additions and 14 deletions

View File

@ -39,6 +39,12 @@
- { path: "{{ matrix_bot_honoroit_docker_src_files_path }}", when: true}
when: "item.when|bool"
- name: Ensure honoroit environment variables file created
template:
src: "{{ role_path }}/templates/env.j2"
dest: "{{ matrix_bot_honoroit_config_path }}/env"
mode: 0640
- name: Ensure honoroit image is pulled
docker_image:
name: "{{ matrix_bot_honoroit_docker_image }}"