diff --git a/.drone.yml b/.drone.yml index 5f7860a..b5818bb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: turn steps: - name: Check syntax - image: plugins/ansible:1 + image: plugins/ansible:3 settings: playbook: playbook.yml inventory: inventory.yml diff --git a/requirements.yml b/requirements.yml index 55849e0..256c83d 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,2 +1,2 @@ collections: - - src: community.docker + - community.docker