Dave Tapley

Results 104 issues of Dave Tapley

**Is your feature request related to a problem? Please describe.** It's hard to detect when `pyenv install` has an error when running with Ansible's [`win_powershell`](https://docs.ansible.com/ansible/latest/collections/ansible/windows/win_powershell_module.html). **Describe the solution you'd like**...

close-if-no-reply

**Describe the bug** When installing Python 3.4.3 with `pyenv-win` it is not possible to use the `pythonservice.exe` which comes with [`pywin32`](https://github.com/mhammond/pywin32). **To Reproduce** Steps to reproduce the behavior: 1. `pyenv...

need-to-investigate
dll

**Describe the bug** Trying to use IIS with a Python from `pyenv-win` in a `venv` may require setting extra permissions. **To Reproduce** 1. Create a new IIS site. 1. Set...

##### SUMMARY Add `purge` to [`win_copy`](https://docs.ansible.com/ansible/latest/collections/ansible/windows/win_copy_module.html) per [`win_robocopy`](https://docs.ansible.com/ansible/latest/collections/community/windows/win_robocopy_module.html#parameter-purge): > Deletes any files/directories found in the destination that do not exist in the source. ##### ISSUE TYPE - Feature Idea #####...

##### SUMMARY When using a multi-line `win_shell` command, such as: ```yaml - name: Enable basic auth ansible.windows.win_shell: | Import-Module WebAdministration $IISPath = "IIS:\" ... ``` `ansible-playbook` fails with: ``` ERROR!...

##### SUMMARY Add `subfolder` parameter to [`win_unzip`](https://docs.ansible.com/ansible/latest/collections/community/windows/win_unzip_module.html#parameters). When present only corresponding subfolder in the archive would be extracted to the given`dest` param. ##### ISSUE TYPE - Feature Idea ##### COMPONENT...

##### SUMMARY Task Scheduler has a "Enable All Tasks History" setting ⬇️, but [`win_scheduled_task_module`](https://docs.ansible.com/ansible/latest/collections/community/windows/win_scheduled_task_module.html) doesn't allow it to be set. ![image](https://user-images.githubusercontent.com/48232/102565558-f127f100-409a-11eb-88fa-f857a3439ac1.png) ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME...

##### SUMMARY The `iis` modules are missing any way to manage handlers in IIS. It looks like @arestarh had a PR ready to go to support this: https://github.com/ansible/ansible/pull/45998 But it...

https://code.visualstudio.com/docs/remote/containers#_create-a-devcontainerjson-file

[SSCCE on Ellie](https://ellie-app.com/4PZRdG9DFJ2a1): What I expect: The input is focussed any time it it appears on screen. What happens: The input is focussed on page load, but not after 'Hide...