From c848feb9b7de0172360dfd489d5bdab33def6d98 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 6 Nov 2017 18:20:24 +0100 Subject: [PATCH] postgresql letsencrypt tasks: Fix some tasks names. --- postgresql/tasks/pgpool-letsencrypt-acmetool.yml | 2 +- postgresql/tasks/postgresql-letsencrypt-acmetool.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postgresql/tasks/pgpool-letsencrypt-acmetool.yml b/postgresql/tasks/pgpool-letsencrypt-acmetool.yml index 5da2a8e7..f19b99b5 100644 --- a/postgresql/tasks/pgpool-letsencrypt-acmetool.yml +++ b/postgresql/tasks/pgpool-letsencrypt-acmetool.yml @@ -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 diff --git a/postgresql/tasks/postgresql-letsencrypt-acmetool.yml b/postgresql/tasks/postgresql-letsencrypt-acmetool.yml index 70aff0fc..2f9a3ac2 100644 --- a/postgresql/tasks/postgresql-letsencrypt-acmetool.yml +++ b/postgresql/tasks/postgresql-letsencrypt-acmetool.yml @@ -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