Skip to content

Commit

Permalink
Add default for include_vars
Browse files Browse the repository at this point in the history
  • Loading branch information
hkcomori authored and stefangweichinger committed Jul 18, 2024
1 parent c760098 commit 4add29f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- '{{ ansible_facts.distribution }}-{{ ansible_facts.distribution_major_version }}.yml'
- '{{ ansible_facts.distribution }}.yml'
- '{{ ansible_facts.os_family }}.yml'
- 'default.yml'
tags:
- vars

Expand Down
8 changes: 8 additions & 0 deletions vars/default.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---

rclone_packages: [] # noqa var-naming

rclone_man_pages: # noqa var-naming
OWNER: root
GROUP: root
PATH: '/usr/local/share/man/man1'

1 comment on commit 4add29f

@stefangweichinger
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should add some note to README mentioning this, don't you think?

Please sign in to comment.