Commit b2b6c1e1 by Feanil Patel

Add tags to just update configuration.

parent bb0b54a7
...@@ -163,12 +163,16 @@ ...@@ -163,12 +163,16 @@
regexp: "^export GO_SERVER_SYSTEM_PROPERTIES=*" regexp: "^export GO_SERVER_SYSTEM_PROPERTIES=*"
line: "export GO_SERVER_SYSTEM_PROPERTIES='-Xmx{{GO_SERVER_MAX_MEM}} -Dgo.config.repo.gc.cron=\"0 0 2 ? * SAT\" -Dgo.config.repo.gc.periodic=\"Y\"'" line: "export GO_SERVER_SYSTEM_PROPERTIES='-Xmx{{GO_SERVER_MAX_MEM}} -Dgo.config.repo.gc.cron=\"0 0 2 ? * SAT\" -Dgo.config.repo.gc.periodic=\"Y\"'"
tags: tags:
- environment_variables - install
- install:app-configuration
- name: restart go-server - name: restart go-server
service: service:
name: "{{ GO_SERVER_SERVICE_NAME }}" name: "{{ GO_SERVER_SERVICE_NAME }}"
state: restarted state: restarted
tags:
- install
- install:app-configuration
- include: setup_regular_backup.yml - include: setup_regular_backup.yml
when: GO_SERVER_BACKUP_S3_BUCKET and GO_SERVER_BACKUP_S3_OBJECT and GO_SERVER_CONFIGURE_BACKUPS when: GO_SERVER_BACKUP_S3_BUCKET and GO_SERVER_BACKUP_S3_OBJECT and GO_SERVER_CONFIGURE_BACKUPS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment