Skip to content

Allow to override the default ansible-playbook command #104

@kenorb

Description

@kenorb

Currently ansible-playbook is hardcoded as:

let cmd = ["ansible-playbook", playbook]

I need it to prefix with wsl on Windows.

Would be good to allow some variable to override the default command, e.g.

cmd = os.environ.get('ANSIBLE_PLAYBOOK', 'ansible-playbook').split() + [playbook]

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions