Skip to content

Commit

Permalink
PMM-7 revert the change to post-build
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Dec 5, 2023
1 parent f373a0b commit 6dba0f0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build/ansible/pmm/post-build-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,17 +192,10 @@
- absent
- directory

- name: Create dir | Create '/srv/logs' dir
- name: Create '/srv/logs' directory
file:
path: /srv/logs
state: directory
owner: pmm
group: pmm
mode: 0775

- name: Enable pmm-agent autostart
ini_file:
path: /etc/supervisord.d/pmm.ini
section: program:pmm-agent
option: autostart
value: "true"

0 comments on commit 6dba0f0

Please sign in to comment.