diff --git a/.woodpecker.yml b/.woodpecker.yml index 7fb6e74..f560025 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,4 +11,6 @@ steps: ANSIBLE_CALLBACK_WHITELIST: profile_tasks EPEL_MIRROR_URL: https://mirrors.guise.net.nz/epel commands: + - molecule --version + - ansible --version - molecule test --all