Skip to content

Commit

Permalink
docker: remove unused stat
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed May 4, 2024
1 parent c425795 commit d95d05a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions roles/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
path: "/usr/bin/docker"
register: docker_binary

- name: Check if 'saltbox_managed_docker_update_hosts.service' exists
ansible.builtin.stat:
path: "/etc/systemd/system/saltbox_managed_docker_update_hosts.service"
register: saltbox_update_hosts

- name: Reload systemd
ansible.builtin.systemd_service:
daemon_reload: true
Expand Down

0 comments on commit d95d05a

Please sign in to comment.