Skip to content

Commit

Permalink
PMM-12530 remove the service task
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Dec 13, 2023
1 parent 0c185bf commit 915e0dd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/ansible/roles/pmm-images/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,6 @@
include_role:
name: pmm-client

- name: Disable pmm-agent service | Disable pmm-agent
when: ansible_virtualization_type != "docker"
service: name=pmm-agent state=stopped enabled=no

- name: Create tmp dirs | Create tmp dirs
when: ansible_virtualization_type != "docker"
command: /usr/bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
Expand Down

0 comments on commit 915e0dd

Please sign in to comment.