summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/docker/tasks/registry-tests.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/docker/tasks/registry-tests.yml')
-rw-r--r--test/integration/targets/docker/tasks/registry-tests.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/integration/targets/docker/tasks/registry-tests.yml b/test/integration/targets/docker/tasks/registry-tests.yml
index 1ef330da5f..e17c383a09 100644
--- a/test/integration/targets/docker/tasks/registry-tests.yml
+++ b/test/integration/targets/docker/tasks/registry-tests.yml
@@ -103,12 +103,12 @@
- name: Setup nginx with a user/password
copy:
src: docker-registry.htpasswd
- dest: /etc/nginx/docker-registry.htpasswd
+ dest: /etc/nginx/docker-registry.htpasswd
- name: Setup nginx with a config file
copy:
src: nginx-docker-registry.conf
- dest: /etc/nginx/conf.d/nginx-docker-registry.conf
+ dest: /etc/nginx/conf.d/nginx-docker-registry.conf
- name: Setup nginx docker cert
copy:
@@ -186,4 +186,3 @@
line: "127.0.0.1 dockertest.ansible.com"
dest: /etc/hosts
state: absent
-