Ver código fonte

Add more spaces before comments to make yamllint happy

pull/3398/head
Slavi Pantaleev 1 ano atrás
committed by GitHub
pai
commit
14eabb7780
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: B5690EEEBB952194
1 arquivos alterados com 6 adições e 6 exclusões
  1. +6
    -6
      roles/custom/matrix-bot-honoroit/defaults/main.yml

+ 6
- 6
roles/custom/matrix-bot-honoroit/defaults/main.yml Ver arquivo

@@ -153,13 +153,13 @@ matrix_bot_honoroit_healthchecks_uuid: ''
matrix_bot_honoroit_healthchecks_duration: 60 # in seconds matrix_bot_honoroit_healthchecks_duration: 60 # in seconds


# Optional Redmine integration # Optional Redmine integration
matrix_bot_honoroit_redmine_host: '' # e.g. https://redmine.example.com
matrix_bot_honoroit_redmine_host: '' # e.g. https://redmine.example.com
matrix_bot_honoroit_redmine_apikey: '' matrix_bot_honoroit_redmine_apikey: ''
matrix_bot_honoroit_redmine_project: '' # project identifier (e.g. 'myproject')
matrix_bot_honoroit_redmine_tracker_id: '' # tracker id (e.g. 1)
matrix_bot_honoroit_redmine_new_status_id: '' # new status id (e.g. 1)
matrix_bot_honoroit_redmine_in_progress_status_id: '' # in progress status id (e.g. 2)
matrix_bot_honoroit_redmine_done_status_id: '' # done status id (e.g. 3)
matrix_bot_honoroit_redmine_project: '' # project identifier (e.g. 'myproject')
matrix_bot_honoroit_redmine_tracker_id: '' # tracker id (e.g. 1)
matrix_bot_honoroit_redmine_new_status_id: '' # new status id (e.g. 1)
matrix_bot_honoroit_redmine_in_progress_status_id: '' # in progress status id (e.g. 2)
matrix_bot_honoroit_redmine_done_status_id: '' # done status id (e.g. 3)


# A list of whitelisted users allowed to use/invite honoroit # A list of whitelisted users allowed to use/invite honoroit
# If not defined, everyone is allowed. # If not defined, everyone is allowed.


Carregando…
Cancelar
Salvar