We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3664de5 commit 2505dcaCopy full SHA for 2505dca
1 file changed
.github/workflows/client-deployment.yaml
@@ -179,4 +179,4 @@ jobs:
179
echo "[ec2]" > inventory.ini
180
echo "${{ steps.ec2-ip.outputs.ec2_ip }}" >> inventory.ini
181
182
- ansible-playbook -i inventory.ini playbook.yml --private-key ~/.ssh/id_rsa -u ubuntu -o
+ ansible-playbook -i inventory.ini playbook.yml --private-key ~/.ssh/id_rsa -u ubuntu
0 commit comments