From 596f2d31e429981838c7a658ac6b572e9b092eda Mon Sep 17 00:00:00 2001 From: William Wernert Date: Wed, 30 Sep 2020 17:04:24 -0400 Subject: [PATCH] Automation -> automation --- salt/playbook/files/create_automation_user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/playbook/files/create_automation_user.sh b/salt/playbook/files/create_automation_user.sh index e4edf5b74..62e257915 100644 --- a/salt/playbook/files/create_automation_user.sh +++ b/salt/playbook/files/create_automation_user.sh @@ -15,7 +15,7 @@ while [[ $try_count -le 6 ]]; do 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 '{ "user" : { - "login" : "Automation", + "login" : "automation", "password": "{{ automation_pass }}", "firstname": "SecOps", "lastname": "Automation",