Commit eb2388a7 authored by nanahira's avatar nanahira

fix

parent beaf9cdd
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
- name: use iptables-nft - name: use iptables-nft
set_fact: set_fact:
iptables_type: nft iptables_type: nft
when: iptables_type_result.rc > 1 when: iptables_type_result.rc == 0
- name: post scripts - name: post scripts
template: template:
src: scripts/{{item}}.sh.j2 src: scripts/{{item}}.sh.j2
......
#!/usr/bin/env bash #!/usr/bin/env bash
# Forced update 1.2 # Forced update 1.11
source {{ansible_user_dir}}/nextgen-network/scripts/utility.sh source {{ansible_user_dir}}/nextgen-network/scripts/utility.sh
echo "running" > /tmp/mycard_global_postup_done 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