mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Fix AZP tests, add current_container_facts module (#48)
* Add new facts module for determining whether the module is running inside a container or not. * Add containers to main network. * Fix running tests locally with newer docker. * Simplify setup_openssl to only install cryptography. * Add alias in network. * Make sure to upgrade cryptography to something more sensible on Ubuntu 16.04. * Don't jump through hoops for bridge. * Try to use other IPv4 nets. * Improve module docs.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
- debug:
|
||||
msg: Running tests/options-ca.yml
|
||||
- name: options-ca
|
||||
when: pyopenssl_version.stdout is version('0.15', '>=') or cryptography_version.stdout is version('1.6', '>=')
|
||||
when: cryptography_version.stdout is version('1.6', '>=')
|
||||
block:
|
||||
- name: Generate privatekey
|
||||
loop:
|
||||
|
||||
Reference in New Issue
Block a user