xoxys.iptables/molecule/rocky8/converge.yml
Robert Kaussow c1055899fb
All checks were successful
continuous-integration/drone/push Build is passing
feat: add test for Rocky Linux 8 (#1)
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-committed-by: Robert Kaussow <xoxys@rknet.org>
2022-01-26 21:10:11 +01:00

18 lines
301 B
YAML

---
- name: Converge
hosts: all
pre_tasks:
- name: Add symlink for iptables
file:
src: /usr/sbin/iptables
dest: /usr/bin/iptables
owner: root
group: root
state: link
become: True
become_user: root
roles:
- role: xoxys.iptables