Skip to content

Commit

Permalink
Update Ansible hosts file with icat_test_hosts #33
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-austin committed Apr 12, 2024
1 parent 3342290 commit 98aea3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

# Prep for running the playbook
- name: Create Hosts File
run: echo -e "[icat_server_dev_hosts]\nlocalhost ansible_connection=local" > icat-ansible/hosts
run: echo -e "[icat_test_hosts]\nlocalhost ansible_connection=local" > icat-ansible/hosts
- name: Prepare vault pass
run: echo -e "icattravispw" > icat-ansible/vault_pass.txt
- name: Move vault to directory it'll get detected by Ansible
Expand Down

0 comments on commit 98aea3d

Please # to comment.