dry-run only for the moment

This commit is contained in:
Gabriel Augendre 2024-10-11 12:00:11 +02:00
parent a2fc23e8e8
commit 5cc1003b67

View file

@ -28,4 +28,4 @@ jobs:
echo "${{ secrets.ANSIBLE_VAULT_PASSWORD }}" > $ANSIBLE_VAULT_PASSWORD_FILE echo "${{ secrets.ANSIBLE_VAULT_PASSWORD }}" > $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 ansible-playbook playbooks/all.yaml --check --diff