mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-29 02:44:43 +00:00
yamllint: All tasks need to be named
yamllint is failing for unnamed tasks. All block and include_tasks tasks are now named.
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
|
||||
tasks:
|
||||
|
||||
- block:
|
||||
- name: Run tust tests, if supported by environment
|
||||
block:
|
||||
|
||||
- name: Delete test trust
|
||||
ipatrust:
|
||||
|
||||
Reference in New Issue
Block a user