Load vars in that we control

This commit is contained in:
Luke Murphy 2020-04-13 14:22:19 +02:00
parent ed72e9630c
commit 2cfe5f0cde
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 6 additions and 6 deletions

View File

@ -7,5 +7,5 @@
- yaml
with_items:
- "{{ plugin_config_root }}"
- "{{ app_config_root }}"
- "{{ app_config_root }}/vault"
# - "{{ app_config_root }}"
# - "{{ app_config_root }}/vault"

View File

@ -2,10 +2,10 @@
- hosts: all
gather_facts: false
tasks:
- name: Include vars tasks
include: ./lib/vars.yml
- name: Include debug tasks
include: ./lib/debug.yml
# - name: Include vars tasks
# include: ./lib/vars.yml
# - name: Include http tasks
# include: ./lib/http.yml
# - name: Include certs tasks

View File

@ -2,10 +2,10 @@
- hosts: all
gather_facts: false
tasks:
- name: Include vars tasks
include: ./lib/vars.yml
- name: Include debug tasks
include: ./lib/debug.yml
# - name: Include vars tasks
# include: ./lib/vars.yml
# - name: Include domain tasks
# include: ./lib/domain.yml
# - name: Include env tasks