fix typo causing syntax error for osbs-cluster playbook
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
e78ea5e1c2
commit
8133febc22
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@
|
||||||
state: hard
|
state: hard
|
||||||
notify:
|
notify:
|
||||||
- buildroot container
|
- buildroot container
|
||||||
when: etcosbs_kt:_stat.stat.exists == false
|
when: etcosbs_kt_stat.stat.exists == false
|
||||||
|
|
||||||
- name: pull fedora required docker images
|
- name: pull fedora required docker images
|
||||||
shell: "docker pull {{docker_registry}}/{{item}}"
|
shell: "docker pull {{docker_registry}}/{{item}}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue