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

Commit 81a3c2c

Browse files
authored
Merge pull request #1320 from mglaman/patch-1
Always include OS specific variables
2 parents 0aba193 + 561e9b5 commit 81a3c2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

provisioning/playbook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
pre_tasks:
1010
- name: Include OS-specific variables.
1111
include_vars: "{{ ansible_os_family }}.yml"
12+
tags: ['always']
1213

1314
- name: Define config_dir.
1415
set_fact:

0 commit comments

Comments
 (0)