diff options
author | pmikus <pmikus@cisco.com> | 2021-03-04 06:24:13 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-03-04 06:38:53 +0000 |
commit | 99fa53e40c84f0d90fa23a060b8e9e0b9dc10c79 (patch) | |
tree | 44d11bc32c929acd10b3303c3a07934750ec0e24 /terraform-ci-infra | |
parent | 1d7a226c6d9b237cdb034e40ededbfcc1094f363 (diff) |
FIX: Ansible storage bugs
- daily digest
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ifa2dc10831fde0a101c916f2b8abd26abb93cb7f
Diffstat (limited to 'terraform-ci-infra')
-rw-r--r-- | terraform-ci-infra/1n_nmd/minio/main.tf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/terraform-ci-infra/1n_nmd/minio/main.tf b/terraform-ci-infra/1n_nmd/minio/main.tf index 6877211e6a..62d143f4b1 100644 --- a/terraform-ci-infra/1n_nmd/minio/main.tf +++ b/terraform-ci-infra/1n_nmd/minio/main.tf @@ -72,11 +72,11 @@ resource "nomad_job" "nomad_job_minio" { detach = false } -resource "nomad_job" "nomad_job_mc" { - jobspec = data.template_file.nomad_job_mc.rendered - detach = false - - depends_on = [ - nomad_job.nomad_job_minio - ] -}
\ No newline at end of file +#resource "nomad_job" "nomad_job_mc" { +# jobspec = data.template_file.nomad_job_mc.rendered +# detach = false +# +# depends_on = [ +# nomad_job.nomad_job_minio +# ] +#}
\ No newline at end of file |