Skip to content

Commit

Permalink
Added ansible-lint-ignore for new role
Browse files Browse the repository at this point in the history
  • Loading branch information
mwester117 committed Sep 25, 2024
1 parent 2408e62 commit 071f2cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ansible-lint-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ roles/install_agent/tasks/Linux.yml no-changed-when
roles/install_agent/vars/Linux.yml var-naming[no-role-prefix]
roles/install_agent/vars/Windows.yml var-naming[no-role-prefix]
roles/install_agent/vars/main.yml var-naming[no-role-prefix]
roles/sentinelone_client_legacy/defaults/main.yml var-naming[no-role-prefix]
roles/sentinelone_client_legacy/defaults/main.yml var-naming[no-role-prefix]
roles/sentinelone_client_legacy/tasks/digest.yml command-instead-of-module
roles/sentinelone_client_legacy/tasks/install_redhat.yml command-instead-of-module
roles/sentinelone_client_legacy/tasks/install_redhat.yml fqcn[action-core]
roles/sentinelone_client_legacy/tasks/install_suse.yml command-instead-of-module

0 comments on commit 071f2cd

Please sign in to comment.