-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to deploy apps without deleting local/ files #196
Comments
I'm pretty sure that it does not delete the files that are not configured to be copied over. In fact, there was discussion of adding a task that will clean up unused apps that are either not in the list, or are not in a serverclass. This may be some bug in the |
Hi, |
Hi again, Tested it ! Here's the results. => check mode:
=> for real :
Also, I added Here's my rsyncfilter :
Not sure what to think of it all. |
Hello,
I'm very glad for this role and I've started to adapt it to my ecosystem.
When trying to use
tasks/configure_apps.yml
, I discovered it is based on each app having its own git repository. Got it.When dry running the playbook on my test instance, the sync action included in
tasks/install_apps.yml
always outputs :In
tasks/install_apps.yml
, the sync actions starts like this :I do not see here which rsync option is supposed to allow the protection of
local/
folder and its content.I'm lost as to how I'm supposed to have the expected behavior.
Could someone point me in the right direction ?
Thank you !
Regards,
Ema
The text was updated successfully, but these errors were encountered: