added pre-commit configuration for ansible-lint (#93)
Co-authored-by: willtome <wtome@redhat.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
ansible.builtin.include_role:
|
||||
name: "redhat_cop.controller_configuration.{{ item }}"
|
||||
loop: "{{ controller_components }}"
|
||||
vars:
|
||||
vars: # noqa var-naming[no-role-prefix]
|
||||
controller_components:
|
||||
- notification_templates
|
||||
- job_templates
|
||||
@@ -69,7 +69,7 @@
|
||||
url: https://docs.google.com/forms/d/e/1FAIpQLSdIZ77YpETjEfGOoYlXtMnQiU-6M7QFlb2hJA4ujo25QYb2jw/formResponse
|
||||
method: POST
|
||||
body: "ifq&entry.1569353616={{ demo }} &entry.498055740={{ lookup('ansible.builtin.env', 'AWX_HOST') }}&sumbit=Submit"
|
||||
ignore_errors: true # noqa: ignore-errors - connectivity should not fail play
|
||||
ignore_errors: true # noqa: ignore-errors - connectivity should not fail play
|
||||
|
||||
- name: Print Message
|
||||
ansible.builtin.debug:
|
||||
|
||||
Reference in New Issue
Block a user