Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from Diesel-Net/development
Browse files Browse the repository at this point in the history
fix param defaults
  • Loading branch information
tomdaley92 authored Jul 20, 2021
2 parents fb6303d + abf16e1 commit 96afc92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ansible/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
- include_role:
name: docker
tasks_from: stack_teardown
when: clean_install | default(no)
when: clean_install | default(false)

- name: 'Wipe all persistent data'
file:
state: absent
path: '{{ app_dir }}'
become: yes
when: clean_install | default(no)
when: clean_install | default(false)

- include_role:
name: common
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
domain: ldap.dev.diesel.net
admin_password: ldap

clean_install: yes
#clean_install: yes

0 comments on commit 96afc92

Please sign in to comment.