mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
fix: remove single quotes from Jinja regex
Unnecessary in this instance and salt trips with claiming to have found "unknown escape character". Fixes: https://github.com/ben-grande/qusal/issues/65
This commit is contained in:
parent
c84dfea48e
commit
bd5c6353ec
@ -29,7 +29,7 @@ include:
|
|||||||
- require:
|
- require:
|
||||||
- pkg: "{{ slsdotpath }}-installed"
|
- pkg: "{{ slsdotpath }}-installed"
|
||||||
- name: /etc/apt/sources.list
|
- name: /etc/apt/sources.list
|
||||||
- regex: "^\s*deb"
|
- regex: ^\s*deb
|
||||||
- ignore_missing: True
|
- ignore_missing: True
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user