-
Notifications
You must be signed in to change notification settings - Fork 0
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,4 +51,14 @@ | |
- name: Set Europe/London time zone | ||
community.general.timezone: | ||
name: "Europe/London" | ||
register: timezone_result | ||
become: true | ||
|
||
- name: Debug timezone | ||
debug: | ||
var: timezone_result | ||
|
||
- name: Wait for 5 seconds | ||
Check notice on line 61 in tasks/Darwin.yml
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [ansible-lint] reported by reviewdog 🐶 |
||
wait_for: | ||
timeout: 5 | ||
ignore_errors: yes | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [yamllint] reported by reviewdog 🐶 |
There was a problem hiding this comment.
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