commit dbda071a457efdbce5d13c6dd2f2f6284a349458
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Feb 6 22:56:52 2018 +0100
include tasks
playbooks/groups/buildhw.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/playbooks/groups/buildhw.yml b/playbooks/groups/buildhw.yml
index 45f805a..961b48c 100644
--- a/playbooks/groups/buildhw.yml
+++ b/playbooks/groups/buildhw.yml
@@ -31,7 +31,7 @@
when: not inventory_hostname.startswith('bkernel')
- import_tasks: "{{ tasks_path }}/motd.yml"
when: not inventory_hostname.startswith('bkernel')
- - import_tasks: "{{ tasks_path }}/create_swap_file.yml
swap_file_path=/var/swap-file swap_file_bs=1M swap_file_count=4096"
+ - include_tasks: "{{ tasks_path }}/create_swap_file.yml
swap_file_path=/var/swap-file swap_file_bs=1M swap_file_count=4096"
when: inventory_hostname.endswith('scaleway.rpmfusion.net')
- name: make sure kojid is running