Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Brenner <scott@scottbrenner.me>2020-04-19 08:14:37 +0300
committerScott Brenner <scott@scottbrenner.me>2020-07-25 05:55:24 +0300
commit3356f4876fff1e2bdd8f4a8d808fc4eee46cb2d4 (patch)
treeb0a4ac69e653a594d1c839e2bf2cf64b31c9f4a6
parentd8885d15efb6831852146a4675c07a2f24708d4d (diff)
YAML doesn't need quotes
Co-Authored-By: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b0e7b4a..817dde2 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -23,4 +23,4 @@ jobs:
# targets: |
# playbook_1.yml
# playbook_2.yml
- targets: "wordpress-nginx/site.yml"
+ targets: wordpress-nginx/site.yml