Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Nov 3, 2024
1 parent 574c6a4 commit 020b3f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
not (ansible_virtualization_type is defined and
(ansible_virtualization_type == "lxc" or ansible_virtualization_type == "docker")
)
- name: Restart docker.service
ansible.builtin.systemd:
name: docker.service
state: restarted
when: ansible_facts.services['docker.service'] is defined
when: ansible_facts.services['docker.service'] is defined
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Populate service facts
ansible.builtin.service_facts:

- name: Debug | ansible_distribution
ansible.builtin.debug:
var: ansible_distribution
Expand Down

0 comments on commit 020b3f4

Please sign in to comment.