diff options
author | Tomas Tomecek <ttomecek@redhat.com> | 2018-01-08 20:51:49 +0100 |
---|---|---|
committer | Adam Miller <admiller@redhat.com> | 2018-01-08 20:51:49 +0100 |
commit | 0587aedc018ce50a2236586389f71e127739579f (patch) | |
tree | 05a52e084a08e4d567b391fae14f8f8a765a58d8 /test/integration/targets/synchronize-buildah/inventory | |
parent | Added new windows module changelog entry (diff) | |
download | ansible-0587aedc018ce50a2236586389f71e127739579f.tar.xz ansible-0587aedc018ce50a2236586389f71e127739579f.zip |
synchronize: add support for buildah (#33823)
Fixes #33533
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
Diffstat (limited to 'test/integration/targets/synchronize-buildah/inventory')
-rw-r--r-- | test/integration/targets/synchronize-buildah/inventory | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/synchronize-buildah/inventory b/test/integration/targets/synchronize-buildah/inventory new file mode 100644 index 0000000000..2eeaf31350 --- /dev/null +++ b/test/integration/targets/synchronize-buildah/inventory @@ -0,0 +1 @@ +buildah-container ansible_host=buildah-container ansible_connection=buildah |