mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
remove custom_virtualenv support from the AWX collection and docs
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
- name: "{{ org_name1 }}"
|
||||
description: ""
|
||||
max_hosts: 0
|
||||
custom_virtualenv: null
|
||||
related:
|
||||
notification_templates: []
|
||||
notification_templates_started: []
|
||||
@@ -40,7 +39,6 @@
|
||||
- name: "{{ org_name1 }}"
|
||||
description: ""
|
||||
max_hosts: 0
|
||||
custom_virtualenv: null
|
||||
related:
|
||||
notification_templates: []
|
||||
notification_templates_started: []
|
||||
@@ -67,7 +65,6 @@
|
||||
"name": "{{ org_name2 }}",
|
||||
"description": "",
|
||||
"max_hosts": 0,
|
||||
"custom_virtualenv": null,
|
||||
"related": {
|
||||
"notification_templates": [],
|
||||
"notification_templates_started": [],
|
||||
|
||||
@@ -28,22 +28,10 @@
|
||||
that:
|
||||
- "result is not changed"
|
||||
|
||||
- name: "Try adding a bad custom_virtualenv"
|
||||
tower_organization:
|
||||
name: "{{ org_name }}"
|
||||
custom_virtualenv: "/does/not/exit"
|
||||
register: result
|
||||
ignore_errors: true
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- "result is failed"
|
||||
|
||||
- name: "Pass in all parameters"
|
||||
tower_organization:
|
||||
name: "{{ org_name }}"
|
||||
description: "A description"
|
||||
custom_virtualenv: ""
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
@@ -54,7 +42,6 @@
|
||||
tower_organization:
|
||||
name: "{{ org_name }}"
|
||||
description: "A new description"
|
||||
custom_virtualenv: ""
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
|
||||
Reference in New Issue
Block a user