mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-08-15 13:48:28 +02:00
Ignore ansible-lint errors in verify script
This commit is contained in:
parent
6cc4791330
commit
35892d8306
@ -2,7 +2,7 @@
|
||||
- name: Verify
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Run crontab list command
|
||||
- name: Run crontab list command # noqa 301
|
||||
command: crontab -l
|
||||
register: crontab_list
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
- name: Verify
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Run crontab list command
|
||||
- name: Run crontab list command # noqa 301
|
||||
command: crontab -l
|
||||
register: crontab_list
|
||||
ignore_errors: true
|
||||
|
Loading…
Reference in New Issue
Block a user