Skip to content

Commit

Permalink
roles/automount: drop ansible-lint false positive handling
Browse files Browse the repository at this point in the history
Signed-off-by: John Helmert III <[email protected]>
  • Loading branch information
ajakk committed Oct 22, 2023
1 parent b7d21fd commit c93ccf9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions roles/automount/handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
---
# qa issues: https://github.com/ansible/ansible-lint/issues/3655
- name: Unmount filesystems
# noqa no-handler
when: item.changed
loop: "{{ dirs_created.results }}"
ansible.posix.mount:
path: "{{ item.item.where }}"
state: unmounted
- name: Start automount units
# noqa no-handler
when: item.changed
loop: "{{ dirs_created.results }}"
ansible.builtin.service:
Expand Down

0 comments on commit c93ccf9

Please sign in to comment.