Pin Ansible to specific version

This commit is contained in:
cytopia
2021-05-19 20:09:42 +02:00
parent 58aa3c6abf
commit 518d0d908d
14 changed files with 15 additions and 12 deletions

View File

@@ -368,6 +368,8 @@ npm_available:
pip_available:
ansible:
name: ansible
all:
version: 3.4.0
check: ansible --version | grep -E '^ansible [0-9][.0-9]+$'
yamllint:
name: yamllint