Fix blocky acl

This commit is contained in:
IamTheFij 2023-08-29 12:59:14 -07:00
parent 769965ae6b
commit ea8ca478c6
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ EOF
} }
} }
task "blocky-bootstrap" { task "mysql-bootstrap" {
driver = "docker" driver = "docker"
lifecycle { lifecycle {

View File

@ -32,7 +32,7 @@ EOH
job_acl { job_acl {
job_id = "blocky" job_id = "blocky"
group = "blocky" group = "blocky"
task = "bootstrap" task = "mysql-bootstrap"
} }
} }