Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
Red Hat
- Norwich, UK
- https://docs.sbarnea.com
Pinned
1,429 contributions in the last year
Activity overview
Contributed to
ansible/molecule,
pycontribs/pytest-molecule,
pycontribs/selinux
and 5 other
repositories
Contribution activity
September 2019
- ssbarnea/compose Python
- ssbarnea/explore Ruby
- ssbarnea/pytest Python
- ssbarnea/click Python
- ssbarnea/click-completion Python
Created a pull request in pytest-dev/pytest that received 5 comments
Avoid installing incompatible more-itertools
Note: this needs backporting to latest version of pytest that supports python2.7 in order to be of practical use. Fixes: #5854
+3
−1
•
5
comments
- Fixed typo in tests __init__.py
- refactoring: inspec removed from core
- Adopts Ansible 2.9 as supported
- refactoring: plugins can report their template dir
- refactoring: removed remaining goss bits
- verifier: goss removed
- deps: refresh click dependencies
- deps: remove pinning of anyconfig
- Fix auto-completion of choices
- refactoring: each verifier to expose its own schema
- refactoring: verifiers should expose their own linters
- Avoid futures SyntaxError
- Disable deprecation warnings from own dependencies
- refactoring: transformed verifiers into plugins
- refactoring: rename api.molecule_drivers to api.drivers
- refactoring: driver.base.Base -> api.Driver
- drivers: refactored sanity_check
- Improve new issue templates
- refactoring: driver listing
- Migrate to new linode_v4 module
- Pass merged configuration to provisioner playbooks
- Clean up CODEOWNERS file
- Refactor "role:" block in cookiecutter template
- ec2: per-platform ansible_connection overrides and win password lookup
- Scheduled weekly dependency update for week 36
- fix(provisioner): Expand ANSIBLE_ variables with Ansible default locations
- Add note about collections for now
- Use pluggy to load plugins
- Do not prune when --destroy=never
- WIP: Enhance Vagrant driver configuration
- Informs of the DOCKER_HOST environment variable with the Docker driver.
Created an issue in ansible/ansible that received 5 comments
false positive from "raw module does not support the environment keyword" i
SUMMARY
It seems that raw module does not support the environment keyword warning is triggered even when environment is not defined in the raw task.
…
5
comments