commit | 8f1faa4ea59d78972af57f20ac08eb19329b09a6 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue Feb 07 20:50:31 2023 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue Feb 07 20:50:31 2023 +0000 |
tree | 61fddb18261998ca3f41533b74faaff5d2d8d6e0 | |
parent | 4b63004bfefe70c669c2d5788a21580f6fa2ad25 [diff] |
fix: use correct fallback
diff --git a/playbooks/image_manifest.yml b/playbooks/image_manifest.yml index 247c1f9..a45e5bc 100644 --- a/playbooks/image_manifest.yml +++ b/playbooks/image_manifest.yml
@@ -1,5 +1,5 @@ - name: Generate image list - hosts: "{{ localhost | default(target) }}" + hosts: "{{ target | default('localhost') }}" gather_facts: false roles: - image_manifest