From 3a3fdec90647b2b6fd277762be4cb68d94e46896 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Mon, 20 Nov 2017 06:54:37 +0000 Subject: [PATCH] ansible 2.4 syntax --- tasks/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 7639e5a..59533fe 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,16 +1,16 @@ --- -- include: setup_Debian.yml +- include_tasks: setup_Debian.yml -- include: ara.yml +- include_tasks: ara.yml -- include: connection_plugin_lxc_ssh.yml +- include_tasks: connection_plugin_lxc_ssh.yml -- include: ovh_module.yml +- include_tasks: ovh_module.yml - name: ansible config template: src: ansible.cfg.j2 dest: /etc/ansible/ansible.cfg -- include: roles.yml +- include_tasks: roles.yml