From 29f3186f165565e03b3b091523f8b682be99404a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Helleboid?= Date: Thu, 2 May 2019 17:34:44 +0200 Subject: Allow to use any ansible become method The variable can be set to 'sudo' if ansible uses sudo --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 06622c8..5482bc6 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,9 @@ postgres_allowed_hosts: postgres_replication_hosts: - user: replicator range: 10.0.0.0/24 + +# Ansible related Configuration +postgres_become_method: su # Optional ``` #### Testing -- cgit v1.2.3