ansible / ansible-container

DEPRECATED -- Ansible Container was a tool to build Docker images and orchestrate containers using only Ansible playbooks.
GNU Lesser General Public License v3.0
2.19k stars 392 forks source link

Fix service processing disable #831

Closed j00bar closed 6 years ago

j00bar commented 6 years ago
ISSUE TYPE
SUMMARY

In trying to disable processing of variables/roles/etc. for commands that don't need the processed data (e.g. push), we were a little aggressive and simply disabled the inclusion of any services in the processed config, which means nothing would get pushed.

This corrects the correction. Thanks, @jimi-c!