Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiKhomik committed Dec 7, 2024
1 parent 5b779e4 commit 9a7e359
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible1/ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[privilege_escalation]
[defaults]
become=True
become_method = sudo
pipelining = true
4 changes: 3 additions & 1 deletion ansible1/roles/postgresql/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,11 @@
password: ""
login_user: "{{ postgres_user }}"
login_password: ""
host: "127.0.0.1"
port: 5432
state: present
become: true
# become_user: "{{ postgres_user }}"
become_user: "{{ postgres_user }}"
##############
# - name: Create PostgreSQL DB
# postgresql_db:
Expand Down

0 comments on commit 9a7e359

Please sign in to comment.