Commit eb2388a7 authored by nanahira's avatar nanahira

fix

parent beaf9cdd
......@@ -28,7 +28,7 @@
- name: use iptables-nft
set_fact:
iptables_type: nft
when: iptables_type_result.rc > 1
when: iptables_type_result.rc == 0
- name: post scripts
template:
src: scripts/{{item}}.sh.j2
......
#!/usr/bin/env bash
# Forced update 1.2
# Forced update 1.11
source {{ansible_user_dir}}/nextgen-network/scripts/utility.sh
echo "running" > /tmp/mycard_global_postup_done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment