-
Notifications
You must be signed in to change notification settings - Fork 23.9k
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
Support glob pattern for creates= and removes= #24690
Conversation
This requires documentation indicating that Similarly to what was done with needs_revision |
Thanks for your fast response. I'll add that. Is it ok if add all to one commit? |
Documentation is now extended with the version information. |
bot_status |
ready_for_review |
waiting_on: maintainer |
ready_for_review |
To be consistent with the command module add glob patterns to the creates and removes module parameters.
@ballessay Your branch does not contain a shippable.yml file. Please rebase your branch to trigger running of current tests. |
@ballessay Your branch does not contain a shippable.yml file. Please rebase your branch to trigger running of current tests. |
@ballessay Given that:
Therefore I'm going to close this. If you or anyone else wants to continue with this work then please do feel free to create a fresh PR and |
SUMMARY
To be consistent with the command module allow glob patterns as the
creates and removes module parameters.
Use case was a command that creates a seemingly random named file (hash?) in a known subfolder.
I haven't found a related issue after a quick search.
ISSUE TYPE
COMPONENT NAME
modules/commands/expect.py
ANSIBLE VERSION
ADDITIONAL INFORMATION
Executing a
svn update
filling in the username password, a file gets created under $HOME/.subversion/auth/svn.simple/$HASHBefore this change the solution seemed to be to run a pre-task, like: