Recommend this page to a friend! |
Classes of Omar Shaban | > | PHP Game of Three | > | ansible/roles/app/tasks/main.yml | > | Download |
|
![]() |
--- # application tasks to be customized and to run after the main provision - name: Vendor | Install shell: "cd /vagrant && composer install" - name: Assets | Install shell: "cd /vagrant && app/console assets:install" - name: Assetic | Dump shell: "cd /vagrant && app/console assetic:dump" |