John Wadleigh

Results 25 comments of John Wadleigh

Hi @tonyskidmore , I noticed your PR and was curious about it. So I wrote a simple playbook to test it out called `test.yml`: ``` --- - hosts: localhost connection:...

Is this a bug on the latest 0.14.0rc2 ? I think I have hit this problem when the file is completely vaulted. For now I prefer encrypt_string instead of vaulted...

@willthames Oh I totally agree with you and I haven't done vaulted files for awhile either, however thought you might want to know about a bug that a colleague hit...

Typically for Ansible projects, we advise creating a repo for your playbooks (playbooks, hosts/inventory and group-var files, etc, and plugins, etc) and a repo for each of the Ansible Roles...

Also, I noticed it checks my `.pre-commit-config.yaml` file that is required for pre-commit. Would be nice to ignore that file. You can see above it says all of this for...

I concur on this error. I have a basic role structure in a repo: ``` . ├── LICENSE ├── README.md ├── defaults │   └── main.yml ├── files ├── handlers │  ...

Honestly, I would do the following: - Remove comments from `defaults/main.yml` - Possibly remove even the examples in the README? Instead reference the docs for that module, which includes examples...

This appears to be related to the other [issue](https://github.com/redhat-cop/controller_configuration/issues/310) that lead down the path of examples being added to the repo in the roles `default/main.yml`, `README.md` and perhaps other areas....

I have the latest Gradle plugin for Netbeans, but I am seeing these warnings in Netbeans (as discussed here). How can I fix this issue? Also, I am able to...

Within the build.gradle file, Netbeans shows these lines cannot be resolved: import org.apache.tools.ant.filters.ReplaceTokens PublishingExtension publishingExtension = project.extensions.getByType(PublishingExtension) I have the latest Netbeans and latest version of this plugin.