Samuel Phan

Results 10 issues of Samuel Phan

Backport documentation on gomega matchers from v4. ##### Checklist - [x] documentation is changed or added ### Description of change Add more documentation about the available gomega matchers so the...

**Describe the feature:** Support multiple valid values instead of just one for a check. Eg: ```yaml file: /foo: exists: true mode: "0644" ``` but if on a host, the file...

enhancement

When setting up the `TFENV_REMOTE` to a private Artifactory mirror: ``` $ TFENV_REMOTE=https://example.jfrog.io/artifactory/hashicorp ``` `tfenv list-remote` doesn't show the versions in the right order: ``` ❯ tfenv list-remote 0.1.0 0.1.1...

When setting up the `TFENV_REMOTE` to a private Artifactory mirror: ``` $ TFENV_REMOTE=https://example.jfrog.io/artifactory/hashicorp ``` `tfenv list-remote` shows a wrong version `7.38.7` that comes from the Artifactory version: ``` ❯ tfenv...

#### Overview of the Issue The `ansible_ssh_extra_args` argument is not taken into account when `use_proxy = false`. #### Reproduction Steps Go to https://github.com/samuel-phan/packer-ansible-issue-ssh-extra-args and clone the repo and follow the...

bug

#### Community Note Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Please do not leave...

enhancement

#### Overview of the Issue The URL in the [GitHub repo](https://github.com/hashicorp/packer-plugin-ansible) description sends to **Not Found**: https://www.packer.io/plugins/provisioners/ansible

bug

**Is your feature request related to a problem? Please describe.** By using a DEB repo, Debian/Ubuntu users can benefit from auto-update like any other package. It's simpler and easier for...

package managers
os: linux

**Describe the bug** The ZSH completion instructions should include guidance for those using "Oh My Zsh" plugin. **To Reproduce** N/A. **Expected behavior** In the section https://github.com/tofuutils/tenv?tab=readme-ov-file#install-shell-completion , we should have...

documentation