Skip to content

copy fixes#83826

Draft
bcoca wants to merge 5 commits intoansible:develfrom
bcoca:copy_fixes
Draft

copy fixes#83826
bcoca wants to merge 5 commits intoansible:develfrom
bcoca:copy_fixes

Conversation

@bcoca
Copy link
Member

@bcoca bcoca commented Aug 19, 2024

ISSUE TYPE
  • Bugfix Pull Request

@ansibot ansibot added bug This issue/PR relates to a bug. needs_triage Needs a first human triage before being processed. labels Aug 19, 2024
@webknjaz webknjaz added the ci_verified Changes made in this PR are causing tests to fail. label Aug 21, 2024
@ansibot ansibot added the needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. label Aug 21, 2024
@ansible ansible deleted a comment from ansibot Aug 21, 2024
@ansible ansible deleted a comment from ansibot Aug 21, 2024
@ansible ansible deleted a comment from ansibot Aug 21, 2024
@ansible ansible deleted a comment from ansibot Aug 21, 2024
@bcoca bcoca removed the needs_triage Needs a first human triage before being processed. label Aug 22, 2024
@ansibot ansibot removed the ci_verified Changes made in this PR are causing tests to fail. label Aug 22, 2024
@webknjaz webknjaz added the ci_verified Changes made in this PR are causing tests to fail. label Aug 26, 2024
@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Sep 2, 2024
@ansibot ansibot added the needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html label Oct 11, 2024
@ansibot ansibot removed needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html ci_verified Changes made in this PR are causing tests to fail. stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. labels Feb 4, 2025

from ansible import constants as C
from ansible.errors import AnsibleError, AnsibleActionFail, AnsibleFileNotFound
from ansible.errors import AnsibleError, AnsibleFileNotFound, AnsibleActionFail, _AnsibleActionDone
Copy link
Member

Choose a reason for hiding this comment

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

Should _AnsibleActionDone be public API?

Copy link
Member Author

Choose a reason for hiding this comment

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

probably, if we ever finally define it ...

@webknjaz webknjaz added the ci_verified Changes made in this PR are causing tests to fail. label Feb 4, 2025
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
@ansibot ansibot removed the ci_verified Changes made in this PR are causing tests to fail. label Feb 4, 2025
@webknjaz webknjaz added the ci_verified Changes made in this PR are causing tests to fail. label Feb 5, 2025
@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Feb 19, 2025
@ansibot ansibot added the needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html label Apr 15, 2025
@ansibot ansibot added the stale_pr This PR has not been pushed to for more than one year. label Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug This issue/PR relates to a bug. ci_verified Changes made in this PR are causing tests to fail. needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. stale_pr This PR has not been pushed to for more than one year.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants