Skip to content

Commit

Permalink
Remove double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbeersingh1 committed May 9, 2024
1 parent f21e5f5 commit 4b10c19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,5 @@ jobs:
export ANSIBLE_CONFIG=$ansible_config
ansible-playbook operations/playbooks/delius-artefacts-playbook.yml -i $inventory -e ansible_aws_ssm_bucket_name=${{ vars.ANSIBLE_AWS_SSM_BUCKET_NAME }} \
-e hosts=${{ steps.prepareinventorynames.outputs.TargetHost }} \
-e deploy_users="{{ github.event.inputs.DeployUsers }}"
-e deploy_users={{ github.event.inputs.DeployUsers }}

0 comments on commit 4b10c19

Please sign in to comment.