Skip to content
Snippets Groups Projects
Commit b5e70021 authored by Benjamin Graillot's avatar Benjamin Graillot
Browse files

Merge branch 'firewall' into 'newinfra'

[firewall] Install python dependencies

See merge request !42
parents fcd2bfb8 7c0cdb4e
No related branches found
No related tags found
2 merge requests!64Keepalived,!42[firewall] Install python dependencies
---
- name: Install firewall dependencies
apt:
update_cache: true
install_recommends: false
name:
- python3-iso8601
- python3-jinja2
- python3-ldap
register: apt_result
retries: 3
until: apt_result is succeeded
- name: Create firewall directory
file:
path: /var/local/firewall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment