Skip to content

Commit

Permalink
....
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkweyunga authored Aug 11, 2023
1 parent 6f4dff7 commit b942a5c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ jobs:
- name: Install Ansible
run: |
pip install ansible
- name: Adding or Override Ansible inventory File
run: |
cat << EOF > ./inventory.ini
[webservers]
${{ inputs.TARGET_HOST }}
EOF
- name: Adding or Override Ansible Config File
run: |
Expand Down

0 comments on commit b942a5c

Please sign in to comment.