mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-23 15:58:04 +01:00
remove dry-run
This commit is contained in:
parent
e1899bd3b6
commit
3cdd6ec124
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue