Skip to content

Commit

Permalink
fixes for new ansible-lint versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Dec 4, 2023
1 parent fe28fd3 commit b157106
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
---
exclude_paths:
- molecule
- .github

skip_list:
- experimental
- name[template]
- name[casing]
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
when:
- check_mk_agent_use_systemd or (check_mk_agent_use_xinetd and xinetdcfgchanged.changed | default(false))

- name: ensure xinetd service state is {{ _xinetd_service_state | default('started') }}
- name: ensure xinetd service state is {{ _xinetd_service_state | default('started') }} # noqa ignore-errors
ansible.builtin.service:
name: xinetd
state: "{{ _xinetd_service_state | default('started') }}"
Expand Down

0 comments on commit b157106

Please sign in to comment.