Skip to content

Commit

Permalink
#164 leave persistence disabled per default
Browse files Browse the repository at this point in the history
  • Loading branch information
don.sizemore committed Apr 9, 2020
1 parent 1bfa2be commit c689993
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ localstack:
cidr:
repo: https://download.docker.com/linux/centos/docker-ce.repo
container: 's3-test'
data_dir: /tmp/localstack/data
# set to /tmp/localstack/data to enable persistence
data_dir:
debug: true
hostname_external:
web_ui: 8888
Expand Down
3 changes: 2 additions & 1 deletion tests/group_vars/jenkins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ localstack:
cidr:
repo: https://download.docker.com/linux/centos/docker-ce.repo
container: 's3-test'
data_dir: /tmp/localstack/data
# set to /tmp/localstack/data to enable persistence
data_dir:
debug: true
hostname_external:
web_ui: 8888
Expand Down

0 comments on commit c689993

Please sign in to comment.