mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +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:
@@ -6,10 +6,11 @@
|
||||
|
||||
tasks:
|
||||
# setup
|
||||
- ansible.builtin.include_tasks: ../env_freeipa_facts.yml
|
||||
- name: Include tasks ../env_freeipa_facts.yml
|
||||
ansible.builtin.include_tasks: ../env_freeipa_facts.yml
|
||||
|
||||
# host principals are only possible with IPA 4.9.0+
|
||||
- block:
|
||||
- name: Host principals are only possible with IPA 4.9.0+
|
||||
block:
|
||||
|
||||
# SET FACTS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user