grafana: unify string escaping style

This commit is contained in:
Markus 2021-11-03 18:33:51 +01:00
parent 931d97359e
commit 758a2efa03
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
--- ---
- name: Enable grafana apt-key - name: Enable grafana apt-key
apt_key: url='https://packages.grafana.com/gpg.key' apt_key: url="https://packages.grafana.com/gpg.key"
- name: Enable grafana repository - name: Enable grafana repository
apt_repository: repo='deb https://packages.grafana.com/oss/deb stable main' apt_repository: repo="deb https://packages.grafana.com/oss/deb stable main"
- name: Install grafana - name: Install grafana
apt: name=grafana apt: name=grafana