Skip to content

Commit 77774c9

Browse files
committed
try without specifying localhost
1 parent 04bf871 commit 77774c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-release-client-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
uses: dawidd6/action-ansible-playbook@5d970176ea4bfd99a3f5004d48e293fe0994eda1 # v2.6.1
4949
with:
5050
playbook: "./prepare-client-packages.yml"
51-
options: |
52-
--inventory "localhost"
51+
# options: |
52+
# --inventory "localhost"
5353

5454
# We probably should loop over the set {rpm,deb,osxpkg} to create packages, but
5555
# it will make debugging more annoying.

0 commit comments

Comments
 (0)