From c41753ea4fb68dd76ea1f2a9094f7ad16b7eb2e1 Mon Sep 17 00:00:00 2001 From: tonytan4ever Date: Wed, 22 Aug 2018 22:03:50 -0500 Subject: [PATCH] Remove - vars/maas-{{ ansible_distribution | lower }}.yml include as it is redundant and problematic for RPC-R Maas work --- playbooks/maas-agent-install.yml | 1 - ...gent-install-maas-vars-file-include-d4efdbc1496308ca.yaml | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/remove-agent-install-maas-vars-file-include-d4efdbc1496308ca.yaml diff --git a/playbooks/maas-agent-install.yml b/playbooks/maas-agent-install.yml index c2055757f..00bd22bd0 100644 --- a/playbooks/maas-agent-install.yml +++ b/playbooks/maas-agent-install.yml @@ -131,6 +131,5 @@ vars_files: - vars/main.yml - vars/maas-agent.yml - - vars/maas-{{ ansible_distribution | lower }}.yml tags: - maas-agent-install diff --git a/releasenotes/notes/remove-agent-install-maas-vars-file-include-d4efdbc1496308ca.yaml b/releasenotes/notes/remove-agent-install-maas-vars-file-include-d4efdbc1496308ca.yaml new file mode 100644 index 000000000..5a1daf01d --- /dev/null +++ b/releasenotes/notes/remove-agent-install-maas-vars-file-include-d4efdbc1496308ca.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Remove - vars/maas-{{ ansible_distribution | lower }}.yml include as + it is redundant and problematic for RPC-R Maas work