mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
"| bool" mandated by Ansible 2.8
This commit is contained in:
parent
1aebf56f7c
commit
d1247e8864
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
- name: INTERNETARCHIVE
|
||||
include_role:
|
||||
name: internetarchive
|
||||
when: internetarchive_install
|
||||
when: internetarchive_install | bool
|
||||
tags: internetarchive
|
||||
|
||||
- name: Recording STAGE 9 HAS COMPLETED ====================
|
||||
|
|
Loading…
Reference in a new issue