diff options
Diffstat (limited to 'tests/integration/setup.yaml')
-rw-r--r-- | tests/integration/setup.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/setup.yaml b/tests/integration/setup.yaml index 784d6cc5..4af9a129 100644 --- a/tests/integration/setup.yaml +++ b/tests/integration/setup.yaml @@ -14,8 +14,8 @@ - name: collect facts of fuel hosts fuel: - name: update inventory file - template: src=./hosts.j2 dest=./hosts + template: src={{ qtip_resources }}/template/hosts.j2 dest=./hosts delegate_to: localhost - name: update ssh.cfg file - template: src=./ssh.cfg.j2 dest=./ssh.cfg + template: src={{ qtip_resources }}/template/ssh.cfg.j2 dest=./ssh.cfg delegate_to: localhost |