Open collex100 opened 6 years ago
There is no such hook ATM, but it could be added indeed to run some commands before/after configuration/installation. Feel free to propose a PR to add such feature, it will be very welcome.
Thanks for your reply. Is there any example of a playbook to execute the commands above. It is not clear how to enter the shell console (on a remote server, via ansible) and then out of it to give the following command. Thank you!
I have several commands that I execute in the console. These several commands set a clean database in odoo and run certain modules in this database. In the end, I overload the odoo. How can I ask you that you could make such a playbook? Thank you!
Can I use the ansible to give such commands:
$ ./odoo-bin shell
or
$ ./odoo-bin -d dbname -i crm,sale --without-demo=all
If yes, then please help how it can be done.
Thanks!