Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deploy: Make sure repo is unshallow copy before pushing to clever | Paul Bonaud | 2018-09-21 | 1 | -0/+16 |
| | | | | | | | | If your build tool only uses a shallow clone of your project, Clever cloud will fail on first time git push. You need to git push a full clone of your git repo for the first time deployment to clever. This PR fixes that. | ||||
* | add ansible-lint test and fix warning | Gaëtan Duchaussois | 2018-09-21 | 4 | -1/+11 |
| | |||||
* | warnings: Remove warning given by Ansible 2.5 | Paul Bonaud | 2018-09-21 | 1 | -1/+1 |
| | | | | | | | | ``` [DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using `result|failed` instead use `result is failed`. This feature will be removed in version 2.9. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ``` | ||||
* | Watch and wait for Clever | Frédéric Menou | 2018-03-30 | 1 | -1/+13 |
| | |||||
* | define safe default variable for clever and rename clever_app_tasks to ↵ | Gaëtan Duchaussois | 2018-02-26 | 1 | -2/+2 |
| | | | | clever_app_tasks_file | ||||
* | add travis file | Gaëtan Duchaussois | 2018-02-22 | 4 | -7/+10 |
| | |||||
* | Migrating single tasks file to a galaxy role | Gaëtan Duchaussois | 2018-02-22 | 6 | -0/+122 |