Skip to content

Commit

Permalink
Changing path to ansible.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregharvey committed May 22, 2024
1 parent 9e67b32 commit b17d445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/provision.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default class ProvisionCmd extends AnsibleCmd {
}),
ansiblepath: Flags.string({
char: 'a',
default: '/usr/bin',
default: '/home/ce-dev/ansible/bin',
description: 'The path to the Ansible binaries on the controller container.'
}),
help: Flags.help({char: 'h'}),
Expand All @@ -46,7 +46,7 @@ export default class ProvisionCmd extends AnsibleCmd {

protected ansiblePythonInterpreter = '/usr/bin/python'

protected ansibleBinaryPath = '/usr/bin'
protected ansibleBinaryPath = '/home/ce-dev/ansible/bin'

protected verbose = false

Expand Down

0 comments on commit b17d445

Please sign in to comment.