We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.6.16
2.4.0
- name: Install and configure Docker CE hosts: test-host roles: - haxorof.docker_ce - name: No outbound network shall be required to reconfigure Docker CE hosts: test-host vars: docker_network_access: false docker_daemon_config: icc: false roles: - haxorof.docker_ce
Outbound network connectivity shall not be necessary when run the second time on RHEL.
subscription-manager was called which requires network connectivity and the role failed the second time.
See config above but for second run outbound network connectivity must be blocked.
None
The text was updated successfully, but these errors were encountered:
2568137
No branches or pull requests
Ansible Version
Role Version
Role configuration
Expected Behavior
Outbound network connectivity shall not be necessary when run the second time on RHEL.
Actual Behavior
subscription-manager was called which requires network connectivity and the role failed the second time.
Steps to Reproduce
See config above but for second run outbound network connectivity must be blocked.
References
None
The text was updated successfully, but these errors were encountered: