Skip to content

Commit a35b8cb

Browse files
committed
feat: make role > 2.4 conform
1 parent 51772aa commit a35b8cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meta/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ galaxy_info:
33
author: franklin
44
company: We Are Interactive
55
description: Adds /etc/environment variables
6-
min_ansible_version: 2.0
6+
min_ansible_version: 2.4
77
license: MIT
88
# Optionally specify the branch Galaxy will use when accessing the GitHub
99
# repo for this role. During role install, if no tags are available,

tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
- include: config.yml
3+
- import_tasks: config.yml
44
tags:
55
- system
66
- environment

0 commit comments

Comments
 (0)