Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tags: add clever-env tag to post-deploy tasks | Paul Bonaud | 2019-01-06 | 1 | -4/+5 |
| | |||||
* | fix: statically include sub tasks for 'tags' to work | Paul Bonaud | 2019-01-04 | 1 | -8/+5 |
| | | | | | | | | | | | In ansible the `include_tasks` loads the tasks dynamically. Thus it does not apply the tag specified at the include level to all sub tasks. In order to make sure all included tasks inherit the specified `tags:` we need to include the tasks files "statically". It is very similar to cases where we have a `when:` condition that we want to apply to all included subtasks. cf https://docs.ansible.com/ansible/latest/user_guide/playbooks_conditionals.html#applying-when-to-roles-imports-and-includes | ||||
* | Fix: post depoy tasks were not launched. This fixes it. | Paul Bonaud | 2018-11-30 | 1 | -0/+6 |
| | |||||
* | 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 | 1 | -3/+3 |
| | |||||
* | Migrating single tasks file to a galaxy role | Gaëtan Duchaussois | 2018-02-22 | 1 | -0/+32 |