You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now we have some special tasks that are used when running in containers in general or Docker specifically. Usually they target CI/CD checks in Molecule.
So we need to make sure we don't influence regular systems running containerized (even when they shouldn't see Ansible tasks after all). Either we use some of the flags Molecule already offers or we introduce a new variable, that's only set during tests. And these tasks only run when this variable is set.
The text was updated successfully, but these errors were encountered:
For now we have some special tasks that are used when running in containers in general or Docker specifically. Usually they target CI/CD checks in Molecule.
So we need to make sure we don't influence regular systems running containerized (even when they shouldn't see Ansible tasks after all). Either we use some of the flags Molecule already offers or we introduce a new variable, that's only set during tests. And these tasks only run when this variable is set.
The text was updated successfully, but these errors were encountered: