Skip to content

Commit

Permalink
Add end-of-file newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
cailafinn committed Oct 1, 2024
1 parent e74553a commit 6e474ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
- role: server
become: yes
tags: "server"

2 changes: 1 addition & 1 deletion Linux/external-data-mirror/ansible/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ ansible-playbook -i inventory.txt external-data-mirror.yml -u <YOUR_VM_USERNAME>
- `server`: Spins up a docker container to host the server with a mounted volume
containing the copied data.

The new server can now be accessed by: `http://<VM_IP_ADDRESS>/external-data/MD5/<TEST_FILE_HASH>`
The new server can now be accessed by: `http://<VM_IP_ADDRESS>/external-data/MD5/<TEST_FILE_HASH>`

0 comments on commit 6e474ca

Please sign in to comment.