From c60a75b83af4a832bc49c71071019f8209e7ef29 Mon Sep 17 00:00:00 2001 From: Accendit <36697826+Accendit@users.noreply.github.com> Date: Thu, 7 May 2020 16:13:14 +0200 Subject: [PATCH] Fixed type --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 04b4ac5..f31d631 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,4 +8,4 @@ steps: commands: - pip install pipenv - python3 -m pipenv install --system - - ansible-playook site.yaml -i inventory.yaml \ No newline at end of file + - ansible-playbook site.yaml -i inventory.yaml \ No newline at end of file