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
include_role overrides variables from previous role #889
Closed
clvx closed 6 years ago
ISSUE TYPE
container.yml
OS / ENVIRONMENT
SUMMARY
include_role doesn't reads variables from role
dummy1
instead ofdummy2
. In this caserole_location
is defined indummy1
but not indummy2
.STEPS TO REPRODUCE
EXPECTED RESULTS
Success.
roles/dummy1/files/foo.conf
should be deployed withecho foo
.ACTUAL RESULTS