mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
Try this one
This commit is contained in:
@@ -88,10 +88,10 @@
|
||||
- name: iptables
|
||||
template: src=iptables/{{ item }} dest=/etc/sysconfig/iptables mode=600 backup=yes
|
||||
with_first_found:
|
||||
- iptables.{{ ansible_fqdn }}
|
||||
- iptables.{{ host_group }}
|
||||
- iptables.{{ env }}
|
||||
- iptables
|
||||
- "iptables.{{ ansible_fqdn }}"
|
||||
- "iptables.{{ host_group }}"
|
||||
- "iptables.{{ env }}"
|
||||
- iptables
|
||||
notify:
|
||||
- restart iptables
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user