Ansible lint: Variables should have spaces before and after

Change-Id: I70f692f125739b5119c71a554a37b5c21d4164f6
This commit is contained in:
Marcin Juszkiewicz 2020-01-16 16:36:27 +01:00
parent 2c2eeb8159
commit 1453474c65
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
- name: Find running ceph-osds containers
become: true
command: "docker ps --filter name=ceph_osd_ --format {% raw %}{{.Names}}{% endraw %}"
command: "docker ps --filter name=ceph_osd_ --format '{% raw %}{{ .Names }}{% endraw %}'"
register: ceph_osd_containers
- name: Stopping ceph-osd container