Skip to content

Commit c41753e

Browse files
author
tonytan4ever
committed
Remove - vars/maas-{{ ansible_distribution | lower }}.yml include as it
is redundant and problematic for RPC-R Maas work
1 parent 4b9f2db commit c41753e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

playbooks/maas-agent-install.yml

-1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,5 @@
131131
vars_files:
132132
- vars/main.yml
133133
- vars/maas-agent.yml
134-
- vars/maas-{{ ansible_distribution | lower }}.yml
135134
tags:
136135
- maas-agent-install
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Remove - vars/maas-{{ ansible_distribution | lower }}.yml include as
5+
it is redundant and problematic for RPC-R Maas work

0 commit comments

Comments
 (0)