Dependencies between roles are marked in the meta folder not the tasks one
This commit is contained in:
parent
901624caea
commit
3aa0127662
4 changed files with 6 additions and 6 deletions
3
roles/openvpn/server/meta/main.yml
Normal file
3
roles/openvpn/server/meta/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
dependencies:
|
||||
- { role: openvpn/base }
|
|
@ -1,9 +1,6 @@
|
|||
---
|
||||
# OpenVpn server
|
||||
|
||||
dependencies:
|
||||
- { role: openvpn/base }
|
||||
|
||||
- name: Install needed packages
|
||||
yum: pkg={{ item }} state=installed
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue