Wrong indentation for a become in roles/mastodon-postgresql/tasks/main.yml
This commit is contained in:
parent
f8df9d04d2
commit
c73e413727
|
@ -19,5 +19,5 @@
|
|||
postgresql_db:
|
||||
name: "{{ DB_NAME }}"
|
||||
state: absent
|
||||
become: true
|
||||
become_user: postgres
|
||||
become: true
|
||||
become_user: postgres
|
||||
|
|
Loading…
Reference in New Issue