Skip to content

Commit

Permalink
Apply reveiw comments
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <[email protected]>
  • Loading branch information
alinabuzachis committed Oct 10, 2023
1 parent 2f3c53b commit baa2a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/move_vm_from_on_prem_to_aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This playbook uses the ``cloud.aws_ops.clone_on_prem_vm`` role to clone an exist

## Playbook Variables

For a fullo list of accepted variables see: [clone_on_prem_vm](../clone_on_prem_vm/README.md#Role-Variables) and respectively [import_image_and_run_aws_instance](../roles/import_image_and_run_aws_instance/REAME.md#Role-Variables).
For a full list of accepted variables see: [clone_on_prem_vm](../clone_on_prem_vm/README.md#Role-Variables) and respectively [import_image_and_run_aws_instance](../roles/import_image_and_run_aws_instance/REAME.md#Role-Variables).

## Example Usage

Expand Down Expand Up @@ -39,5 +39,5 @@ All the variables defined in section ``Playbook Variables`` can be defined insid
Run the playbook:

```shell
ansible-playbook cloud.gcp_ops.move_vm_from_on_prem_to_aws -e "@credentials.yml - i inventory.yml"
ansible-playbook cloud.aws_ops.move_vm_from_on_prem_to_aws -e "@credentials.yml" -i inventory.yml
```

0 comments on commit baa2a99

Please sign in to comment.