upstart.yml
548 Bytes
-
Tag tasks update or install · 32fb82af
* update tasks are meant to be the fast ones and the ones we want to be sure to always do (directory creations, permissions, etc.) * install tasks are all the really slow things, like the git repo clone and package installations * Every task can by run by --tags=install,update - which is the same as having no tags at all. Conflicts: playbooks/roles/lms/tasks/main.yml
Joe Blaylock committed