diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 96ee7e5fc..23687bf76 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -64,4 +64,4 @@ jobs: --inventory ansible/inventories/staging --skip-tags skip_ci --verbose - --tags docker + --tags installation diff --git a/ansible/site.yml b/ansible/site.yml index 981240dae..839c20344 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -34,4 +34,4 @@ - docker - role: installation tags: - - hundred-eyes + - installation