From 32a48fb29278bb64aa15a5b76c8f41d7925ea565 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Mon, 6 Apr 2020 23:39:47 +0200 Subject: [PATCH] workflows: fold options --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7bf949e..03fc45a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,6 +31,6 @@ jobs: with: playbook: playbook.yml key: ${{secrets.SSH_PRIVATE_KEY}} - options: | + options: > --inventory hosts - --limit local \ No newline at end of file + --limit local