Automation -> automation

This commit is contained in:
William Wernert
2020-09-30 17:04:24 -04:00
parent 3ec255ecee
commit 596f2d31e4

View File

@@ -15,7 +15,7 @@ while [[ $try_count -le 6 ]]; do
mapfile -t automation_res < <( mapfile -t automation_res < <(
curl -s --location --request POST 'http://127.0.0.1:3200/playbook/users.json' --user "admin:{{ admin_pass }}" --header 'Content-Type: application/json' --data '{ curl -s --location --request POST 'http://127.0.0.1:3200/playbook/users.json' --user "admin:{{ admin_pass }}" --header 'Content-Type: application/json' --data '{
"user" : { "user" : {
"login" : "Automation", "login" : "automation",
"password": "{{ automation_pass }}", "password": "{{ automation_pass }}",
"firstname": "SecOps", "firstname": "SecOps",
"lastname": "Automation", "lastname": "Automation",