Proper jinja spacing
gitea/ansible-roles/pipeline/head This commit looks good
Details
gitea/ansible-roles/pipeline/head This commit looks good
Details
parent
8eae5bba63
commit
7a0e0d81d6
@ -1,9 +1,9 @@
|
||||
### File generated by Ansible ###
|
||||
|
||||
SSL_KEY_DIR=${SSL_KEY_DIR:-{{ evoacme_ssl_key_dir }}}
|
||||
ACME_DIR=${ACME_DIR:-{{ evoacme_acme_dir }}}
|
||||
CSR_DIR=${CSR_DIR:-{{ evoacme_csr_dir }}}
|
||||
CRT_DIR=${CRT_DIR:-{{ evoacme_crt_dir }}}
|
||||
SSL_KEY_DIR=${SSL_KEY_DIR:-{{ evoacme_ssl_key_dir } }}
|
||||
ACME_DIR=${ACME_DIR:-{{ evoacme_acme_dir } }}
|
||||
CSR_DIR=${CSR_DIR:-{{ evoacme_csr_dir } }}
|
||||
CRT_DIR=${CRT_DIR:-{{ evoacme_crt_dir } }}
|
||||
HOOKS_DIR=${HOOKS_DIR:-"{{ evoacme_hooks_dir }}"}
|
||||
LOG_DIR=${LOG_DIR:-{{ evoacme_log_dir }}}
|
||||
SSL_MINDAY=${SSL_MINDAY:-{{ evoacme_ssl_minday }}}
|
||||
LOG_DIR=${LOG_DIR:-{{ evoacme_log_dir } }}
|
||||
SSL_MINDAY=${SSL_MINDAY:-{{ evoacme_ssl_minday } }}
|
||||
|
@ -1 +1 @@
|
||||
{{ansible_fqdn}}
|
||||
{{ ansible_fqdn }}
|
||||
|
@ -1,3 +1,3 @@
|
||||
Package: postgresql-{{postgresql_version}} postgresql-client-common postgresql-common libpq5 ptop
|
||||
Pin: release a={{ansible_distribution_release}}-pgdg
|
||||
Package: postgresql-{{ postgresql_version }} postgresql-client-common postgresql-common libpq5 ptop
|
||||
Pin: release a={{ ansible_distribution_release }}-pgdg
|
||||
Pin-Priority: 999
|
||||
|
Loading…
Reference in New Issue