remove dry-run

This commit is contained in:
Gabriel Augendre 2024-10-11 12:17:54 +02:00
parent e1899bd3b6
commit 3cdd6ec124

View file

@ -33,4 +33,4 @@ jobs:
ls $ANSIBLE_VAULT_PASSWORD_FILE ls $ANSIBLE_VAULT_PASSWORD_FILE
export KEY_FILE=$(mktemp) export KEY_FILE=$(mktemp)
echo "${{ secrets.DEPLOY_KEY }}" > $KEY_FILE echo "${{ secrets.DEPLOY_KEY }}" > $KEY_FILE
ansible-playbook playbooks/all.yaml --check --diff ansible-playbook playbooks/all.yaml