Skip to content

Commit

Permalink
Fix deprecation of 'include'.
Browse files Browse the repository at this point in the history
  • Loading branch information
esolitos committed Feb 8, 2022
1 parent 3c5677d commit a195129
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
# Install and zsh package, set up zshrc.

- include: RedHat.yml
- include_tasks: RedHat.yml
when: ansible_os_family == 'RedHat'
tags:
- packages

- include: Debian.yml
- include_tasks: Debian.yml
when: ansible_os_family == 'Debian'
tags:
- packages

- include: Darwin.yml
- include_tasks: Darwin.yml
when: ansible_os_family == 'Darwin'

# Setup zshrc/prompt
Expand Down

0 comments on commit a195129

Please sign in to comment.