Maciej Delmanowski
Maciej Delmanowski
Good idea. The paths to tasks and files could be added and commented out as well.
I'm all for using `{{ ansible_managed }}` again, I've been doing it for some time now. No rush though - when I modify a file that has a static string,...
Will it work with `https://` URL as well?
Great, I'll switch it then when I get a chance, or you could post a PR. Also, come over to `#debops` @ FreeNode if you want, some issues could be...
Hello, It seems that you updated that `debops` scripts from PyPI to `v0.6.0` version? I recently merged the DebOps playbooks, roles and scripts into a single repository, [`debops/debops`](https://github.com/debops/debops/). To make...
OK, I see the issue now. I thought that Ansible would be clever enough to include the `*_plugins/` in the playbook directory in addition to the directories specified in the...
This issue should be solved by https://github.com/debops/debops/pull/18. I released the `v0.6.1` version of `debops-tools` on PyPI, @jankowa can you upgrade your installation and check if everything works as expected?
It might be a good idea to at least support the `.yml` format in addition to the old one, so having them in the repository as a first step is...
This was added in https://github.com/debops/debops-tools/pull/168 PR, however it's not yet released on PyPI. Did you install `debops` using `pip`? I guess it's time to make a new release soon.
After some research I've found bug reports, [this](https://bugs.mysql.com/bug.php?id=62254), [this](https://bugzilla.redhat.com/show_bug.cgi?id=1093367) and [this](http://forum.synology.com/enu/viewtopic.php?f=20&t=83225) suggesting that it might be a bug related to mysql installation scripts. It looks like the MySQL server itself...