Skip to content

Commit

Permalink
Fixes requirement name
Browse files Browse the repository at this point in the history
  • Loading branch information
nkakouros committed Jan 5, 2020
1 parent 3d47301 commit b7bb783
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/default/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
- name: client2
content: '# pass'
roles:
- role: nkakouros-original.easyrsa
- role: nkakouros.easyrsa
- role: Stouts.openvpn
1 change: 1 addition & 0 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- name: Prepare
hosts: all
become: true
tasks:
- include_role:
name: geerlingguy.git
3 changes: 2 additions & 1 deletion molecule/default/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---

- src: nkakouros-original.easyrsa
- src: geerlingguy.git
- src: nkakouros.easyrsa

0 comments on commit b7bb783

Please sign in to comment.