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

TO-249 Mmaharjan ccdc patch 1 #38

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions tasks/Darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,14 @@
- name: Set Europe/London time zone
community.general.timezone:
name: "Europe/London"
register: timezone_result
become: true

- name: Debug timezone

Check failure on line 57 in tasks/Darwin.yml

View workflow job for this annotation

GitHub Actions / Linting

fqcn[action-core]

Use FQCN for builtin module actions (debug).
debug:
var: timezone_result

- name: Wait for 5 seconds

Check failure on line 61 in tasks/Darwin.yml

View workflow job for this annotation

GitHub Actions / Linting

fqcn[action-core]

Use FQCN for builtin module actions (wait_for).

Check failure on line 61 in tasks/Darwin.yml

View workflow job for this annotation

GitHub Actions / Linting

ignore-errors

Use failed_when and specify error conditions instead of using ignore_errors.

Check notice on line 61 in tasks/Darwin.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

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

ignore-errors Use failed_when and specify error conditions instead of using ignore_errors
Raw output
tasks/Darwin.yml:61: ignore-errors Use failed_when and specify error conditions instead of using ignore_errors
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[ansible-lint] reported by reviewdog 🐶
ignore-errors Use failed_when and specify error conditions instead of using ignore_errors

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[ansible-lint] reported by reviewdog 🐶
ignore-errors Use failed_when and specify error conditions instead of using ignore_errors

wait_for:
timeout: 5
ignore_errors: yes

Check failure on line 64 in tasks/Darwin.yml

View workflow job for this annotation

GitHub Actions / Linting

yaml[truthy]

Truthy value should be one of \[false, true]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[yamllint] reported by reviewdog 🐶
[warning] truthy value should be one of [false, true] (truthy)

Loading