Explicitly run image_build and image_push on localhost

This commit is contained in:
Shane McDonald
2020-12-26 13:10:28 -05:00
parent ab6430e50d
commit 1033c4d251
3 changed files with 1 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
---
- name: Build AWX Docker Images
hosts: all
hosts: localhost
gather_facts: true
roles:
- {role: image_build}