Skip to content

Commit 3bc4b39

Browse files
committed
Fix typo
1 parent 6af52b0 commit 3bc4b39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ansible_ssh_private_key_file: PATH_TO_PEM_FILE
8282
ansible_user: ubuntu
8383
deploy_user: ubuntu
8484
site_url: http://ec2-XXX-XXX-XXX-XXX.us-west-2.compute.amazonaws.com/
85-
server_name: XXX-XXX-XXX-XXX-XXX.us-west-2.compute.amazonaws.com
85+
server_name: ec2-XXX-XXX-XXX-XXX.us-west-2.compute.amazonaws.com
8686
```
8787
8888
With an inventory:

0 commit comments

Comments
 (0)