diff options
Diffstat (limited to 'roles/haproxy/meta')
-rw-r--r-- | roles/haproxy/meta/main.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/haproxy/meta/main.yml b/roles/haproxy/meta/main.yml index e02d8f53c..0fad106a9 100644 --- a/roles/haproxy/meta/main.yml +++ b/roles/haproxy/meta/main.yml @@ -9,4 +9,6 @@ galaxy_info: - name: EL versions: - 7 -dependencies: [] +dependencies: +- { role: os_firewall } +- { role: openshift_repos } |