Browse Source

made setfile playbook faster

pull/1943/head
Greg Szabo 7 years ago
parent
commit
94a5087e0f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ansible/setfile.yml

+ 1
- 0
ansible/setfile.yml View File

@ -4,6 +4,7 @@
#variable "destination" is required
- hosts: "{{ lookup('env','TF_VAR_TESTNET_NAME') }}:tag_Environment_{{ lookup('env','TF_VAR_TESTNET_NAME') | regex_replace('-','_') }}"
gather_facts: no
roles:
- setfile

Loading…
Cancel
Save