Skip to content

Commit

Permalink
fix: updates for modern ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
jseniuk committed May 30, 2024
1 parent edcba06 commit fe65d04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ galaxy_info:
description: Support logging to a specific file when using the syslog module on a Drupal site
company: Acro Media Inc.
license: GPLv3
min_ansible_version: 2.5
min_ansible_version: 2.6
platforms:
- name: Ubuntu
versions:
- 16.04
- xenial
- bionic
- focal
- jammy
- noble
- name: EL
versions:
- 6
galaxy_tags: []
dependencies: []
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: "Set some os-specific facts"
include: "{{ ansible_os_family }}.yml"
include_tasks: "{{ ansible_os_family }}.yml"
tags:
- always

Expand Down

0 comments on commit fe65d04

Please sign in to comment.