Skip to content

Commit

Permalink
Support latest ansible.
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Dec 12, 2017
1 parent dea8518 commit 930bac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---

- include: users.yml
- import_tasks: users.yml
when: users_enabled
tags: [users]
2 changes: 1 addition & 1 deletion test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- hosts: all
sudo: yes
tasks:
- include: tasks/main.yml
- import_tasks: tasks/main.yml
vars_files:
- defaults/main.yml
- .travis.yml

0 comments on commit 930bac2

Please sign in to comment.