From 1fd81588482de6e637b62c358bc9b033616feb99 Mon Sep 17 00:00:00 2001 From: Sven Marcus <s.marcus@outlook.de> Date: Thu, 22 Oct 2020 16:13:30 +0200 Subject: [PATCH] Correct file ending for Ansible inventory file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c06f34f3..c82127a4c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,7 +73,7 @@ deploy_to_phoenix: - pip3 install ansible script: - - ansible-playbook -i ansible/hosts.txt ansible/playbook.yml + - ansible-playbook -i ansible/hosts.cfg ansible/playbook.yml create_release: image: registry.gitlab.com/gitlab-org/release-cli:latest -- GitLab