Skip to content

Commit e292d50

Browse files
committed
[docs] Fixed role name in examples
1 parent fb4191d commit e292d50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Below are listed all the variables you can customize
5252
- hosts: openwisp2_wireguard
5353
become: "{{ become | default('yes') }}"
5454
roles:
55-
- ansible-wireguard-openwisp
55+
- openwisp.wireguard_openwisp
5656
vars:
5757
# URL of OpenWISP instance, you can omit this (delete it) if wireguard
5858
# is being installed on the same host on which OpenWISP is running.
@@ -135,7 +135,7 @@ following example:
135135
become: "{{ become | default('yes') }}"
136136
roles:
137137
- geerlingguy.certbot
138-
- ansible-wireguard-openwisp
138+
- openwisp.wireguard_openwisp
139139
vars:
140140
openwisp2_wireguard_controller_url: "https://openwisp.yourdomain.com"
141141
openwisp2_wireguard_vpn_uuid: "paste-vpn-uuid-here"
@@ -180,7 +180,7 @@ WireGuard interfaces.
180180
- wireguard
181181
become: "{{ become | default('yes') }}"
182182
roles:
183-
- ansible-wireguard-openwisp
183+
- openwisp.wireguard_openwisp
184184
vars:
185185
openwisp2_wireguard_controller_url: "https://openwisp.yourdomain.com"
186186
openwisp2_wireguard_path: "/opt/wireguard-openwisp/wireguard-1"
@@ -194,7 +194,7 @@ WireGuard interfaces.
194194
- wireguard
195195
become: "{{ become | default('yes') }}"
196196
roles:
197-
- ansible-wireguard-openwisp
197+
- openwisp.wireguard_openwisp
198198
vars:
199199
openwisp2_wireguard_controller_url: "https://openwisp.yourdomain.com"
200200
openwisp2_wireguard_path: "/opt/wireguard-openwisp/wireguard-2"

0 commit comments

Comments
 (0)