We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f516f42 commit b5f858dCopy full SHA for b5f858d
.github/workflows/provision-by-ansible.yml
@@ -32,3 +32,7 @@ jobs:
32
# The command pip3 install --user ansible==2.10.17 doesn't work as we have an old version
33
# See https://docs.ansible.com/ansible/2.10/installation_guide/intro_installation.html#installing-devel-from-github-with-pip
34
run: python3 -m pip install --user https://github.com/ansible/ansible/archive/refs/tags/v2.10.17.tar.gz
35
+
36
+ - name: Run ansible in syntax check mode
37
+ run: ansible-playbook provisioning/prod.yml -i provisioning/prod.inventory --syntax-check
38
+ working-directory: infra/vagrant
0 commit comments