Skip to content

Commit

Permalink
PMM-12641 remove another redundant playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Oct 19, 2024
1 parent 8ae239d commit 119cd6d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 121 deletions.
9 changes: 9 additions & 0 deletions build/ansible/pmm-docker/post-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,12 @@
owner: pmm
group: pmm
mode: 0775

# nginx needs to be able to write to /var/lib/nginx, but it's owned by root.
- name: Change ownership of nginx dirs
file:
path: /var/lib/nginx
state: directory
group: pmm
owner: pmm
recurse: yes
89 changes: 0 additions & 89 deletions build/ansible/pmm/files/cloud.cfg

This file was deleted.

7 changes: 0 additions & 7 deletions build/ansible/pmm/files/resize-xfs-lvm

This file was deleted.

14 changes: 0 additions & 14 deletions build/ansible/pmm/files/supervisord.service

This file was deleted.

11 changes: 0 additions & 11 deletions build/ansible/pmm/main.yml

This file was deleted.

0 comments on commit 119cd6d

Please sign in to comment.