Skip to content

Commit b7bb783

Browse files
committed
Fixes requirement name
1 parent 3d47301 commit b7bb783

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

molecule/default/playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
- name: client2
2323
content: '# pass'
2424
roles:
25-
- role: nkakouros-original.easyrsa
25+
- role: nkakouros.easyrsa
2626
- role: Stouts.openvpn

molecule/default/prepare.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- name: Prepare
44
hosts: all
5+
become: true
56
tasks:
67
- include_role:
78
name: geerlingguy.git

molecule/default/requirements.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22

3-
- src: nkakouros-original.easyrsa
3+
- src: geerlingguy.git
4+
- src: nkakouros.easyrsa

0 commit comments

Comments
 (0)