update CD
This commit is contained in:
parent
af1cbfc8b5
commit
0f0cb1f548
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ jobs:
|
|||
curl -X POST -k -H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer ${{ secrets.AWX_API_TOKEN }}" \
|
||||
-d "{\"extra_vars\": {\"target_host\": \"$target_host\", \"folder\": \"$folder\"}}" \
|
||||
"https://awx.mafyuh.xyz/api/v2/job_templates/13/launch/"
|
||||
"https://awx.mafyuh.xyz/api/v2/job_templates/13/launch/" > /dev/null 2>&1
|
||||
|
||||
sleep 45
|
||||
|
||||
|
|
Loading…
Reference in a new issue