浏览代码

fix template misspell

tags/v1.0
父节点
当前提交
c0aa68bb83
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 1
    0
      tasks/main.yml
  2. 2
    2
      templates/librenms.conf.j2

+ 1
- 0
tasks/main.yml 查看文件

command: ./scripts/composer_wrapper.php install --no-dev command: ./scripts/composer_wrapper.php install --no-dev
args: args:
chdir: "{{librenms_home}}" chdir: "{{librenms_home}}"
creates: "{{librenms_home}}/composer.phar"
become: yes become: yes
become_user: "{{librenms_user}}" become_user: "{{librenms_user}}"



+ 2
- 2
templates/librenms.conf.j2 查看文件



{% if librenms_tls %} {% if librenms_tls %}
SSLEngine on SSLEngine on
SSLCertificateFile "{{nextcloud_cert_file}}"
SSLCertificateKeyFile "{{nextcloud_key_file}}"
SSLCertificateFile "{{librenms_cert_file}}"
SSLCertificateKeyFile "{{librenms_key_file}}"
{% endif %} {% endif %}


AllowEncodedSlashes NoDecode AllowEncodedSlashes NoDecode

正在加载...
取消
保存