From 5070ee375e05a2388927dc5707bbda00c50e8569 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 17 Nov 2023 11:34:58 -0500 Subject: [PATCH] update requirements.yml and .drone.yml --- .drone.yml | 12 ++++-------- requirements.yml | 3 --- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3df8b35..6eb685c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,8 +12,7 @@ steps: - ansible --version - ansible-lint --version when: - branch: - - development + branch: development event: - push @@ -23,8 +22,7 @@ steps: commands: - ansible-galaxy install -r $DRONE_WORKSPACE/requirements.yml when: - branch: - - development + branch: development event: - push @@ -35,8 +33,7 @@ steps: - ansible-lint --offline $DRONE_WORKSPACE - ansible-playbook --syntax-check $DRONE_WORKSPACE/hello.yml when: - branch: - - development + branch: development event: - push @@ -49,8 +46,7 @@ steps: commands: - ansible-playbook -v -i 127.0.0.1, --connection=local $DRONE_WORKSPACE/hello.yml when: - branch: - - development + branch: development event: - push diff --git a/requirements.yml b/requirements.yml index 06a0315..552adfe 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,5 +1,2 @@ collections: - community.general - - ansible.netcommon - - community.docker - - containers.podman