1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

'| bool' for Ansible 2.8; prep U18+

This commit is contained in:
holta 2019-05-24 03:06:43 -04:00
parent 2ea775848a
commit 3eccbd9d60
15 changed files with 34 additions and 33 deletions

View file

@ -17,7 +17,7 @@
- name: Red Hat network detection (redhat)
include_tasks: detected_redhat.yml
when: is_redhat
when: is_redhat | bool
- name: Setting dhcpcd_test results
set_fact:
@ -40,7 +40,7 @@
- name: Check /etc/network/interfaces for gateway
shell: grep {{ device_gw }} /etc/network/interfaces | wc -l
when: is_debuntu
when: is_debuntu | bool
register: wan_file
- name: Setting wan_in_interfaces