Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
kenmoini committed Oct 31, 2023
1 parent bd905a9 commit e31da7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/en/post/2023/10/custom-credentials-in-ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ required:
```yaml=
---
env:
NUTANIX_HOSTNAME: '{{ nutanix_host }}'
NUTANIX_HOST: '{{ nutanix_host }}'
NUTANIX_HOSTNAME: '{{ nutanix_host }}'
NUTANIX_PORT: '{{ nutanix_port }}'
NUTANIX_USERNAME: '{{ nutanix_username }}'
NUTANIX_PASSWORD: '{{ nutanix_password }}'
Expand All @@ -104,7 +104,7 @@ extra_vars:
validate_certs: '{{ nutanix_validate_certs }}'
```

7. Click **Save** to create the new Credential Type
1. Click **Save** to create the new Credential Type

Well - that's it! Now you can go about using your new Credential Type.

Expand Down

0 comments on commit e31da7c

Please sign in to comment.