From c05eec5767214ed91f6e42819212bf0bc5d164b6 Mon Sep 17 00:00:00 2001 From: Benoit Moussaud Date: Mon, 8 Feb 2021 13:19:36 +0100 Subject: [PATCH] remove manageBecome --- src/main/resources/synthetic.xml | 3 +-- src/main/resources/xl-rules.xml | 3 +-- src/main/resources/xldeploy_playbook.yml.ftl | 3 --- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/main/resources/synthetic.xml b/src/main/resources/synthetic.xml index 2b3ca79..051bb81 100644 --- a/src/main/resources/synthetic.xml +++ b/src/main/resources/synthetic.xml @@ -30,8 +30,7 @@ - - + deployed.container deployed.container.host deployed.container.ansibleController - deployedApplication - deployed.container.defaultBecome + deployedApplication deployed.computedDevopsAsCodeTemplate diff --git a/src/main/resources/xldeploy_playbook.yml.ftl b/src/main/resources/xldeploy_playbook.yml.ftl index 270a95a..13af4e8 100644 --- a/src/main/resources/xldeploy_playbook.yml.ftl +++ b/src/main/resources/xldeploy_playbook.yml.ftl @@ -11,9 +11,6 @@ --> --- - hosts: all -<#if become> - become: true - <#if variableFile?has_content> vars_files: - ${deployed.file.path}/${variableFile}