Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1836 from lo5an/patch-1
Browse files Browse the repository at this point in the history
Change include_tasks to import_tasks for always tasks.
  • Loading branch information
geerlingguy committed Oct 18, 2018
2 parents 122099d + aba6b0d commit a52d62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provisioning/playbook.yml
Expand Up @@ -7,10 +7,10 @@
- ../default.config.yml

pre_tasks:
- include_tasks: tasks/config.yml
- import_tasks: tasks/config.yml
tags: ['always']

- include_tasks: tasks/backwards-compatibility.yml
- import_tasks: tasks/backwards-compatibility.yml
tags: ['always']

- include_tasks: "tasks/init-{{ ansible_os_family }}.yml"
Expand Down

0 comments on commit a52d62f

Please sign in to comment.