Skip to content

Commit 946e2ff

Browse files
authored
Fix incorrect filename in documentation (#26)
1 parent 3bbad2d commit 946e2ff

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ The Ansible playbook has been tested on the following images:
127127
3. Copy the `inventory.example` inside this repository to `inventory` and
128128
replace `example.com` with the hostname created in step 2.
129129

130-
4. Copy the `group_vars/single_server.example.yml` inside this repository to
131-
`group_vars/single_server.yml` and change the settings where needed.
130+
4. Copy the `group_vars/chirpstack.example.yml` inside this repository to
131+
`group_vars/chirpstack.yml` and change the settings where needed.
132132

133133
For more information, see also:
134134

@@ -144,5 +144,4 @@ configuration:
144144
ansible-playbook -i inventory deploy.yml
145145
```
146146

147-
After the playbook has been completed, ChirpStack should be accessible from
148-
https://yourdomain.com/.
147+
After the playbook has been completed, ChirpStack should be accessible from the domain you configured as fqdn in the `group_vars/chirpstack.yml`.

0 commit comments

Comments
 (0)