Skip to content

Commit

Permalink
Mute ansible-lint false positive for cron special times
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Dec 29, 2022
1 parent 3cb6057 commit f774321
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/cron/tasks/main.yml
Expand Up @@ -12,6 +12,8 @@
- name: Configure special time cron
ansible.builtin.cron:
name: '{{ item.name }}'
# noqa: args[module]
# the special times are OK
special_time: '{{ item.special_time }}'
job: '{{ item.job }}'
with_items:
Expand Down

0 comments on commit f774321

Please sign in to comment.