Commit 137ab5a4 authored by keshavprasadms's avatar keshavprasadms
Browse files

fix: gather facts

Showing with 0 additions and 2 deletions
+0 -2
- hosts: "{{ hosts| default('all') }}"
become: yes
gather_facts: no
vars_files:
- "{{inventory_dir}}/secrets.yml"
pre_tasks:
......
- hosts: localhost
gather_facts: no
become: yes
vars_files:
- ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml']
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment