mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
Fix ansible-lint E502 for test playbooks.
This patch adds 'name' to all test playbook tasks that did not have it, fixing ansible-lint's error 'unnamed-task'.
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
- name: Include users.json
|
||||
include_vars:
|
||||
file: users.json
|
||||
- debug:
|
||||
- name: Size of users slice.
|
||||
debug:
|
||||
msg: "{{ users | length }}"
|
||||
- name: Users present
|
||||
ipauser:
|
||||
|
||||
Reference in New Issue
Block a user