Minor cleanup.

This commit is contained in:
Brian Lee 2023-07-18 15:52:37 -07:00
parent a0f116fb84
commit 6a22e2de3a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -3,4 +3,4 @@
remote_user: root
connection: local
roles:
- bleetube.nextcloud
- nextcloud