summaryrefslogtreecommitdiff
path: root/test/integration/targets/tower_settings/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/tower_settings/tasks/main.yml')
-rw-r--r--test/integration/targets/tower_settings/tasks/main.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/integration/targets/tower_settings/tasks/main.yml b/test/integration/targets/tower_settings/tasks/main.yml
deleted file mode 100644
index bde639f7a3..0000000000
--- a/test/integration/targets/tower_settings/tasks/main.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-- name: Set the value of AWX_PROOT_SHOW_PATHS
- tower_settings:
- name: "AWX_PROOT_SHOW_PATHS"
- value: "'/var/lib/awx/projects/', '/tmp'"
- register: result
-
-- assert:
- that:
- - "result is changed"
-
-- name: Set the value of AWX_PROOT_BASE_PATH
- tower_settings:
- name: AWX_PROOT_BASE_PATH
- value: "/tmp"
- register: result
-
-- assert:
- that:
- - "result.value == '/tmp'"