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:
parent
2ea775848a
commit
3eccbd9d60
15 changed files with 34 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue