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