Wrong indentation for a become in roles/mastodon-postgresql/tasks/main.yml

This commit is contained in:
staticsafe 2017-11-27 12:19:45 -05:00
parent f8df9d04d2
commit c73e413727
1 changed files with 2 additions and 2 deletions

View File

@ -19,5 +19,5 @@
postgresql_db:
name: "{{ DB_NAME }}"
state: absent
become: true
become_user: postgres
become: true
become_user: postgres