forked from infra/ansible
[ipa/server] Disable yamllint checks
We already checking yaml related errors with yamllint. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
b86cb7dd7c
commit
3883563303
2 changed files with 4 additions and 1 deletions
|
|
@ -63,3 +63,6 @@ kinds:
|
|||
- vars: "**/vars/*.yml"
|
||||
# - meta: "**/meta/main.yml"
|
||||
- yaml: "**/*.yaml-too"
|
||||
|
||||
skip_list:
|
||||
- yaml
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@
|
|||
- name: Ask admin if they are OK reinstalling this ipa server replica
|
||||
ansible.builtin.pause:
|
||||
prompt: |
|
||||
"Do you want to reinstall replica for {{ item }} (ignored for master node and any node with /var/log/ipainstall.log)? (yes/no)" # no qa yaml-length
|
||||
"Do you want to reinstall replica for {{ item }} (ignored for master node and any node with /var/log/ipainstall.log)? (yes/no)"
|
||||
register: confirm_replica
|
||||
with_items: "{{ play_hosts }}"
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue