Skip to content

Commit

Permalink
Updates to new modulename for vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas committed Oct 27, 2020
1 parent da4d1bd commit a11647a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion molecule/upgrade/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
tasks:

- name: Create molecule instance(s)
molecule_vagrant:
vagrant:
instance_name: "{{ item.name }}"
instance_interfaces: "{{ item.interfaces | default(omit) }}"
instance_raw_config_args: "{{ item.instance_raw_config_args | default(omit) }}"
Expand Down
2 changes: 1 addition & 1 deletion molecule/upgrade/destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
molecule_ephemeral_directory: "{{ lookup('env', 'MOLECULE_EPHEMERAL_DIRECTORY') }}"
tasks:
- name: Destroy molecule instance(s)
molecule_vagrant:
vagrant:
instance_name: "{{ item.name }}"
platform_box: "{{ item.box }}"
provider_name: "{{ molecule_yml.driver.provider.name }}"
Expand Down
2 changes: 1 addition & 1 deletion molecule/vagrant-packager/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
tasks:

- name: Create molecule instance(s)
molecule_vagrant:
vagrant:
instance_name: "{{ item.name }}"
instance_interfaces: "{{ item.interfaces | default(omit) }}"
instance_raw_config_args: "{{ item.instance_raw_config_args | default(omit) }}"
Expand Down
2 changes: 1 addition & 1 deletion molecule/vagrant-packager/destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
molecule_ephemeral_directory: "{{ lookup('env', 'MOLECULE_EPHEMERAL_DIRECTORY') }}"
tasks:
- name: Destroy molecule instance(s)
molecule_vagrant:
vagrant:
instance_name: "{{ item.name }}"
platform_box: "{{ item.box }}"
provider_name: "{{ molecule_yml.driver.provider.name }}"
Expand Down
2 changes: 1 addition & 1 deletion molecule/vagrant-packager/side_effect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
connection: local
tasks:
- name: Halt vagrant instances
molecule_vagrant:
vagrant:
instance_name: "{{ item.name }}"
instance_raw_config_args: "{{ item.instance_raw_config_args | default(omit) }}"
platform_box: "{{ item.box }}"
Expand Down

0 comments on commit a11647a

Please sign in to comment.