mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-21 14:58:02 +01:00
dry-run only for the moment
This commit is contained in:
parent
a2fc23e8e8
commit
5cc1003b67
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -28,4 +28,4 @@ jobs:
|
|||
echo "${{ secrets.ANSIBLE_VAULT_PASSWORD }}" > $ANSIBLE_VAULT_PASSWORD_FILE
|
||||
export KEY_FILE=$(mktemp)
|
||||
echo "${{ secrets.DEPLOY_KEY }}" > $KEY_FILE
|
||||
ansible-playbook playbooks/all.yaml
|
||||
ansible-playbook playbooks/all.yaml --check --diff
|
||||
|
|
Loading…
Reference in a new issue