Skip to content

Commit

Permalink
PR #43 follow-up: Use include_tasks instead of import_tasks due to wh…
Browse files Browse the repository at this point in the history
…en conditions.
  • Loading branch information
geerlingguy committed Apr 26, 2018
1 parent 5a3c6e9 commit 6976795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meta/main.yml
Expand Up @@ -6,7 +6,7 @@ galaxy_info:
description: Composer PHP Dependency Manager
company: "Midwestern Mac, LLC"
license: "license (BSD, MIT)"
min_ansible_version: 1.9
min_ansible_version: 2.4
platforms:
- name: EL
versions:
Expand Down
4 changes: 2 additions & 2 deletions tasks/main.yml
Expand Up @@ -51,8 +51,8 @@
group: "{{ composer_home_group }}"
when: composer_github_oauth_token != ''

- import_tasks: global-require.yml
- include_tasks: global-require.yml
when: composer_global_packages|length > 0

- import_tasks: project-bin.yml
- include_tasks: project-bin.yml
when: composer_add_project_to_path

0 comments on commit 6976795

Please sign in to comment.