Set attributes if different (fixes #48839)#25260
Set attributes if different (fixes #48839)#25260wzyboy wants to merge 1 commit intoansible:develfrom
Conversation
|
I took a look at the CI details, there are two failures:
This is scary. It is the CI itself to blame, but it still shows red, bold "All checks have failed" with a big error mark. Could I somehow trigger the CI system to try again? |
|
@wzyboy You can retrigger CI by closing and reopening the PR. Looks like there is a merge conflict in |
ff1f92c to
b21238e
Compare
|
@gundalow Thanks for rebuilding. Looks like the conflicts came from this one super PR that deals with PEP-8. It was merged 4 hours ago. I have resolved the conflicts and rebased my commits. |
|
It has been 12 days since this PR was opened. Is there anything I need to do to get this merged, before the branch is stale / needs rebasing? |
- Updated gitlab-ci config - Added requirements-dev.txt - Updated molecule tests accordig to mrlesmithjr cookiecutter template - Added destroy playbook to molecule tests - Specified molecule test sequence for all scenarios - Hotfix idempotency issue with ansible file module, until PR merged (ansible/ansible#25260) - Added .gitignore file
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
!waffling stale_ci |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
|
Closing, as this PR hasn't seen any updates in a long time. If anyone wants to continue this work, it will need integration tests and a changelog fragment. |
SUMMARY
chattrcommand line tool supports symbolic operators+,-, and=. However,attributesinfilemodule supports only=. This is inconvenient if you do not know what the original attributes are.This patch adds support for
+and-operator. If you use old syntax (without any operator), the behavior is backwards-compatible.ISSUE TYPE
COMPONENT NAME
file
ANSIBLE VERSION