Skip to content

Commit

Permalink
become true
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Jul 24, 2024
1 parent 139304b commit 4928957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/postgresql/tasks/postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
owner: "{{ pg_user }}"
group: "{{ pg_user }}"
mode: '0700'
become: true
state: directory

- name: Initialize the PostgreSQL database

Check failure on line 22 in roles/postgresql/tasks/postgresql.yaml

View workflow job for this annotation

GitHub Actions / Ansible Lint

fqcn[action-core]

Use FQCN for builtin module actions (command).
Expand Down

0 comments on commit 4928957

Please sign in to comment.