Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing bm deployment DO-659 #21

Merged
merged 92 commits into from
Apr 15, 2024

Update Darwin.yml DO-659

81bbbfd
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Fixing bm deployment DO-659 #21

Update Darwin.yml DO-659
81bbbfd
Select commit
Loading
Failed to load commit list.
GitHub Actions / ansible-lint completed Mar 28, 2024 in 1s

reviewdog [ansible-lint] report

reported by reviewdog 🐶

Findings (2)

tasks/Darwin.yml|21| command-instead-of-shell Use shell only when shell functionality is required
tasks/Darwin.yml|29| no-changed-when Commands should not change things if nothing needs doing

Filtered Findings (0)

Annotations

Check notice on line 21 in tasks/Darwin.yml

See this annotation in the file changed.

@github-actions github-actions / ansible-lint

[ansible-lint] tasks/Darwin.yml#L21

command-instead-of-shell Use shell only when shell functionality is required
Raw output
tasks/Darwin.yml:21: command-instead-of-shell Use shell only when shell functionality is required

Check notice on line 29 in tasks/Darwin.yml

See this annotation in the file changed.

@github-actions github-actions / ansible-lint

[ansible-lint] tasks/Darwin.yml#L29

no-changed-when Commands should not change things if nothing needs doing
Raw output
tasks/Darwin.yml:29: no-changed-when Commands should not change things if nothing needs doing