1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-09-19 15:30:34 +00:00

Add a NFS toggle

This commit is contained in:
Kris Lamoureux 2021-02-05 16:08:44 -05:00
parent d2f4d0841e
commit 0f6eebb157
Signed by: kris
GPG Key ID: A30022791E1719A4

View File

@ -10,12 +10,12 @@
tags: database tags: database
when: do_database_management == True when: do_database_management == True
- import_tasks: redmine.yml - import_tasks: redmine.yml
tags: redmine tags: redmine
- import_tasks: nginx.yml - import_tasks: nginx.yml
tags: nginx tags: nginx
- import_tasks: attachments_storage.yml - import_tasks: attachments_storage.yml
tags: attachments_storage tags: attachments_storage
when: is_production_vm == True when: is_production_vm == True and do_nfs_storage == True