From 6a22e2de3a3a9b4ab0fb868374551cd09350ecca Mon Sep 17 00:00:00 2001 From: Brian Lee Date: Tue, 18 Jul 2023 15:52:37 -0700 Subject: [PATCH] Minor cleanup. --- docs/POSTGRES.md | 2 +- tests/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/POSTGRES.md b/docs/POSTGRES.md index 940de5b..40a4422 100644 --- a/docs/POSTGRES.md +++ b/docs/POSTGRES.md @@ -14,7 +14,7 @@ This variation of the [original role](https://github.com/Tronde/ansible_role_dep ```yaml postgresql_users: - name: nextcloud - pass: "{{ lookup('ansible.builtin.env', 'wartortle_NEXTCLOUD_POSTGRES_PASSWORD') }}" + pass: "{{ lookup('ansible.builtin.env', 'NEXTCLOUD_POSTGRES_PASSWORD') }}" encrypted: yes state: present diff --git a/tests/test.yml b/tests/test.yml index 35aa48e..26c4182 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -3,4 +3,4 @@ remote_user: root connection: local roles: - - bleetube.nextcloud + - nextcloud