Merge "make include tasks dynamic when there is rescue"

This commit is contained in:
Zuul 2017-12-17 21:18:52 +00:00 committed by Gerrit Code Review
commit c75942e0fa

View File

@ -53,6 +53,7 @@
# Prepare the swap space loopback disk # Prepare the swap space loopback disk
# This is only necessary if there isn't swap already # This is only necessary if there isn't swap already
- include: prepare_loopback_swap.yml - include: prepare_loopback_swap.yml
static: no
when: when:
- ansible_swaptotal_mb < 1 - ansible_swaptotal_mb < 1
tags: tags: