Skip to content

Commit

Permalink
Commenting ansible and python task lines for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregharvey committed May 22, 2024
1 parent b17d445 commit 18b564d
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 @@ -72,8 +72,8 @@ export default class ProvisionCmd extends AnsibleCmd {
cmd += ' --workspace ' + workspace
cmd += ' --repo ' + repo
cmd += ' --branch ce-dev --playbook ' + ansiblePath
cmd += ' --python-interpreter ' + this.ansiblePythonInterpreter
cmd += ' --ansible-path ' + this.ansibleBinaryPath
//cmd += ' --python-interpreter ' + this.ansiblePythonInterpreter
//cmd += ' --ansible-path ' + this.ansibleBinaryPath
cmd += ' --ansible-extra-vars \'{"is_local":"true","_ce_dev_mkcert_base":"/home/ce-dev/.local/share/mkcert","ce_dev_host_platform":"' + this.config.platform + '"}\''
return cmd
}
Expand Down

0 comments on commit 18b564d

Please sign in to comment.