Skip to content

Commit

Permalink
Switch playbook in CI - for testing previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkyffin committed Sep 15, 2023
1 parent 864f0e7 commit 99d2050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Prep for running the playbook
- name: Create hosts file
run: echo -e "[hosts_all]\nlocalhost ansible_connection=local" > hosts
run: echo -e "[icatdb_minimal_hosts]\nlocalhost ansible_connection=local" > hosts
- name: Prepare vault pass
run: echo -e "icattravispw" > vault_pass.txt
- name: Move vault to directory it'll get detected by Ansible
Expand All @@ -47,5 +47,5 @@ jobs:
- name: Run ICAT Ansible Playbook
run: |
ansible-playbook hosts_all.yml -i hosts --vault-password-file vault_pass.txt -e java_version=${{ matrix.java_version }} -vv
ansible-playbook icatdb_minimal_hosts.yml -i hosts --vault-password-file vault_pass.txt -e java_version=${{ matrix.java_version }} -vv

0 comments on commit 99d2050

Please sign in to comment.