Skip to content

Commit

Permalink
Molecule: Adds env to provisioner
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Apr 23, 2024
1 parent 01c081a commit 08383a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ provisioner:
config_options:
defaults:
remote_tmp: /tmp/.ansible-tmp-$${USER}
env:
MT_RUNNER_MT5_LOGIN: "${MT_RUNNER_MT5_LOGIN}"
MT_RUNNER_MT5_PASSWORD: "${MT_RUNNER_MT5_PASSWORD}"
name: ansible
inventory:
group_vars:
Expand Down
3 changes: 3 additions & 0 deletions molecule/mt4/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ provisioner:
config_options:
defaults:
remote_tmp: /tmp/.ansible-tmp-$${USER}
env:
MT_RUNNER_MT5_LOGIN: "${MT_RUNNER_MT5_LOGIN}"
MT_RUNNER_MT5_PASSWORD: "${MT_RUNNER_MT5_PASSWORD}"
name: ansible
inventory:
group_vars:
Expand Down
3 changes: 3 additions & 0 deletions molecule/mt5-ea/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ provisioner:
config_options:
defaults:
remote_tmp: /tmp/.ansible-tmp-$${USER}
env:
MT_RUNNER_MT5_LOGIN: "${MT_RUNNER_MT5_LOGIN}"
MT_RUNNER_MT5_PASSWORD: "${MT_RUNNER_MT5_PASSWORD}"
name: ansible
inventory:
group_vars:
Expand Down

0 comments on commit 08383a0

Please sign in to comment.