diff --git a/test-broken-selectattr.yml b/test-broken-selectattr.yml index 9bec0d5..5d0c5c4 100644 --- a/test-broken-selectattr.yml +++ b/test-broken-selectattr.yml @@ -6,13 +6,18 @@ tasks: - - name: Test Ansible Lint - Ignore Errors + - name: Test Ansible Lint - Version ansible.builtin.command: ansible-lint --version changed_when: false - - name: Test Ansible Lint - Ignore Errors - ansible.builtin.command: ansible-lint --nocolor -f json + - name: Test Ansible Lint - Help + ansible.builtin.command: ansible-lint --help + changed_when: false + + + - name: Test Ansible Lint - Playbooks/Roles + ansible.builtin.command: ansible-lint --nocolor --format json ignore_errors: true changed_when: false register: r_lint_output