Skip to content

Commit

Permalink
Issue Sunbird-Lern#24 chore:Sunbird auth package build
Browse files Browse the repository at this point in the history
  • Loading branch information
ahghatol committed Dec 29, 2017
1 parent e413b58 commit eac52d9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions keycloak/scripts/ansible/roles/keycloak/tasks/deploy-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,13 @@
group: "{{wildfly_group}}"
mode: 0755
remote_src: yes

- name: Delete config directory
file:
path: "/tmp/sunbird_auth_{{sunbird_auth_version}}.config"
state: absent

- name: Delete config directory zip
file:
path: "/tmp/sunbird_auth_{{sunbird_auth_version}}.config.zip"
state: absent

0 comments on commit eac52d9

Please sign in to comment.