-
Notifications
You must be signed in to change notification settings - Fork 153
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
Fix: Resolve CI checks fail - Module at add chdir(#102) #218
base: main
Are you sure you want to change the base?
Fix: Resolve CI checks fail - Module at add chdir(#102) #218
Conversation
Co-authored-by: quidame <[email protected]>
Co-authored-by: quidame <[email protected]>
Co-authored-by: quidame <[email protected]>
Hi @mandar242, thank you for the PR! (a) adding a comment with /rebuild (full rebuild) or /rebuild_failed (rebuild only failed CI nodes) to the PR I hope this helps :) |
- at_chdir_invalid is changed | ||
when: | ||
- not (ansible_facts['distribution'] in ('Ubuntu','FreeBSD')) | ||
- not (ansible_distribution == "CentOS" and ansible_distribution_version is version('6', '==')) |
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.
Any reason why CentOS 6 is disabled?
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.
I think the problem here is that despite what the man page says, the version of at
that ships with CentOS 6 does not seem to actually support the -r
option. I'm not sure what OS X 10.11's problem is with ansible 2.10.
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.
Closing and reopening for CI trigger |
SUMMARY
Resolves CI checks failing at #102 which fixes #13
ISSUE TYPE
COMPONENT NAME
at
ADDITIONAL INFORMATION