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

show diff when copy all files recursively #81476

Closed
MaykGyver opened this issue Aug 9, 2023 · 3 comments
Closed

show diff when copy all files recursively #81476

MaykGyver opened this issue Aug 9, 2023 · 3 comments
Labels
needs_info This issue requires further information. Please answer any outstanding questions. needs_template This issue/PR has an incomplete description. Please fill in the proposed template correctly.

Comments

@MaykGyver
Copy link

MaykGyver commented Aug 9, 2023

Workaround for #74947

convert

# test.yml
- hosts: all
  tasks:
    - copy:
      src: /tmp/src/
      dest: /tmp/dest/

to

# test.yml
- hosts: all
  tasks:
    - copy:
      src: "/tmp/src/{{ item.path }}"
      dest: "/tmp/dest/{{ item.path }}"
      with_filetree: /tmp/src/
      when: item.state == 'file'

Discussion was closed. Sorry for redundant post.

@ansibot ansibot added needs_triage Needs a first human triage before being processed. needs_template This issue/PR has an incomplete description. Please fill in the proposed template correctly. needs_info This issue requires further information. Please answer any outstanding questions. labels Aug 9, 2023
@ansibot
Copy link
Contributor

ansibot commented Aug 9, 2023

Files identified in the description:

None

If these files are incorrect, please update the component name section of the description or use the component bot command.

@ansibot
Copy link
Contributor

ansibot commented Aug 9, 2023

@MaykGyver: Greetings! Thanks for taking the time to open this Issue. In order for the community to handle your Issue effectively, we need a bit more information.

Here are the items we could not find in your description:

  • Issue Type
  • Summary
  • Component Name

Please set the description of this Issue with an appropriate template from:
https://github.com/ansible/ansible/tree/devel/.github/ISSUE_TEMPLATE
or
https://raw.githubusercontent.com/ansible/ansible/devel/.github/PULL_REQUEST_TEMPLATE.md

click here for bot help

@bcoca bcoca removed the needs_triage Needs a first human triage before being processed. label Aug 10, 2023
@bcoca
Copy link
Member

bcoca commented Aug 10, 2023

fixed via #81346

@bcoca bcoca closed this as completed Aug 10, 2023
@ansible ansible locked and limited conversation to collaborators Aug 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs_info This issue requires further information. Please answer any outstanding questions. needs_template This issue/PR has an incomplete description. Please fill in the proposed template correctly.
Projects
None yet
Development

No branches or pull requests

3 participants