collab: Fix extra newline from graphviz repo conf
This commit is contained in:
parent
7c9727c6a6
commit
ec3b486e7c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
- name: Add graphviz repository
|
- name: Add graphviz repository
|
||||||
ansible.builtin.yum_repository:
|
ansible.builtin.yum_repository:
|
||||||
name: graphviz
|
name: graphviz
|
||||||
baseurl: >
|
baseurl: >-
|
||||||
{{
|
{{
|
||||||
"https://www2.graphviz.org" +
|
"https://www2.graphviz.org" +
|
||||||
"/Packages/stable/centos/$releasever/os/$basearch/"
|
"/Packages/stable/centos/$releasever/os/$basearch/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue