Skip to content

Commit

Permalink
PMM-13063 remove unnecessary ansible step.
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Jul 23, 2024
1 parent 145be95 commit 3d181b0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build/packer/ansible/roles/podman-setup/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@
set_fact:
pmm_distribution_method: ami

- name: Change file owner
when: ansible_virtualization_type == "virtualbox" or
( (ansible_virtualization_type == "xen" or ansible_virtualization_type == "kvm") and ansible_system_vendor != "DigitalOcean" )
file:
path: /home/admin/volume/srv/pmm-distribution
owner: admin
state: file

- name: Set SELinux in permissive mode for watchtower
selinux:
policy: targeted
Expand Down

0 comments on commit 3d181b0

Please sign in to comment.