forked from ISTI-ansible-roles/ansible-roles
postgresql letsencrypt tasks: Fix some tasks names.
This commit is contained in:
parent
fd700fe28c
commit
c848feb9b7
|
@ -7,7 +7,7 @@
|
|||
- letsencrypt_acme_install
|
||||
tags: [ 'postgresql', 'postgres', 'pgpool', 'letsencrypt' ]
|
||||
|
||||
- name: Install a script that fix the letsencrypt certificate for postgresql and then reload the service
|
||||
- name: Install a script that fix the letsencrypt certificate for pgpool and then reloads the service
|
||||
copy: src=pgpool-letsencrypt-acme.sh dest={{ letsencrypt_acme_services_scripts_dir }}/pgpool owner=root group=root mode=4555
|
||||
when:
|
||||
- psql_pgpool_service_install
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
- letsencrypt_acme_install
|
||||
tags: [ 'postgresql', 'postgres', 'letsencrypt' ]
|
||||
|
||||
- name: Install a script that fix the letsencrypt certificate for postgresql and then reload the service
|
||||
- name: Install a script that fix the letsencrypt certificate for postgresql and then restarts the service
|
||||
copy: src=postgresql-letsencrypt-acme.sh dest={{ letsencrypt_acme_services_scripts_dir }}/postgresql owner=root group=root mode=4555
|
||||
when:
|
||||
- postgresql_letsencrypt_managed
|
||||
|
|
Loading…
Reference in New Issue