From e292d50ea99e55c635237616d721d5a2d3ec2b3b Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Wed, 31 Aug 2022 14:19:16 +0530 Subject: [PATCH] [docs] Fixed role name in examples --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 419d9d6..f598130 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Below are listed all the variables you can customize - hosts: openwisp2_wireguard become: "{{ become | default('yes') }}" roles: - - ansible-wireguard-openwisp + - openwisp.wireguard_openwisp vars: # URL of OpenWISP instance, you can omit this (delete it) if wireguard # is being installed on the same host on which OpenWISP is running. @@ -135,7 +135,7 @@ following example: become: "{{ become | default('yes') }}" roles: - geerlingguy.certbot - - ansible-wireguard-openwisp + - openwisp.wireguard_openwisp vars: openwisp2_wireguard_controller_url: "https://openwisp.yourdomain.com" openwisp2_wireguard_vpn_uuid: "paste-vpn-uuid-here" @@ -180,7 +180,7 @@ WireGuard interfaces. - wireguard become: "{{ become | default('yes') }}" roles: - - ansible-wireguard-openwisp + - openwisp.wireguard_openwisp vars: openwisp2_wireguard_controller_url: "https://openwisp.yourdomain.com" openwisp2_wireguard_path: "/opt/wireguard-openwisp/wireguard-1" @@ -194,7 +194,7 @@ WireGuard interfaces. - wireguard become: "{{ become | default('yes') }}" roles: - - ansible-wireguard-openwisp + - openwisp.wireguard_openwisp vars: openwisp2_wireguard_controller_url: "https://openwisp.yourdomain.com" openwisp2_wireguard_path: "/opt/wireguard-openwisp/wireguard-2"