Skip to content
New issue

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

Prevent Ansible args from leaking to create and destroy #2966

Merged
merged 1 commit into from
Nov 17, 2020

Commits on Nov 17, 2020

  1. Prevent Ansible args from leaking to create and destroy

    When we were removing the dependency on the sh Python package from the
    codebase, we inadvertently changed the behavior of the Ansible
    arguments that user supplies either on the command line on in the
    provisioner part of the scenario configuration (commit
    1cefe5c).
    
    Changes in this commit restore the previous state when Ansible args
    were not passed to the create and destroy playbook executions.
    
    Signed-off-by: Tadej Borovšak <tadej.borovsak@xlab.si>
    Tadej Borovšak committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    722804f View commit details
    Browse the repository at this point in the history