added pre-commit configuration for ansible-lint (#93)
Co-authored-by: willtome <wtome@redhat.com>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
register: result
|
||||
notify: Printing to terminal application information
|
||||
|
||||
- name: Printing to terminal application information # noqa: no-handler
|
||||
- name: Printing to terminal application information # noqa: no-handler
|
||||
ansible.builtin.debug:
|
||||
msg: "The application: {{ application }} was already installed"
|
||||
when: not result.changed | bool
|
||||
@@ -30,4 +30,3 @@
|
||||
- name: Printing to terminal application information
|
||||
ansible.builtin.debug:
|
||||
msg: "The application: {{ application }} has been installed"
|
||||
when: result.changed | bool
|
||||
|
||||
Reference in New Issue
Block a user