Ansible lint: Variables should have spaces before and after
Change-Id: I70f692f125739b5119c71a554a37b5c21d4164f6
This commit is contained in:
parent
2c2eeb8159
commit
1453474c65
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user