Fix path
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2021-07-14 09:04:50 +02:00
parent 085561b2fc
commit a54573d9ac
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ steps:
- name: Apply playbook - name: Apply playbook
image: bv11-cr01.bessems.eu/library/packer-extended image: bv11-cr01.bessems.eu/library/packer-extended
commands: commands:
- echo "$${private_key}" > $PWD/.ssh/id_rsa && chmod 0600 $PWD/.ssh/id_rsa - echo "$${private_key}" > ~/.ssh/id_rsa && chmod 0600 ~/.ssh/id_rsa
- ansible-galaxy collection install -r requirements.yml - ansible-galaxy collection install -r requirements.yml
- | - |
ansible-playbook \ ansible-playbook \