Skip to content

Commit

Permalink
feat: update depricated include module
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Apr 25, 2018
1 parent 264688d commit dbcb0a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
---

- include: install.yml
- import_tasks: install.yml
tags:
- web
- apache2
- install
- apache2-install

- include: config.yml
- import_tasks: config.yml
tags:
- web
- apache2
- config
- apache2-config

- include: manage.yml
- import_tasks: manage.yml
tags:
- web
- apache2
- manage
- apache2-manage

- include: service.yml
- import_tasks: service.yml
tags:
- web
- apache2
Expand Down

0 comments on commit dbcb0a6

Please sign in to comment.