Make minor changes to fix sanity test results

This commit is contained in:
beeankha
2020-04-17 14:57:19 -04:00
parent 12805954e0
commit 677ff99eb4
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ options:
new_name: new_name:
description: description:
- Setting this option will change the existing name (looked up via the name field. - Setting this option will change the existing name (looked up via the name field.
required: True required: False
type: str type: str
description: description:
description: description:

View File

@@ -60,7 +60,7 @@
that: that:
- result is changed - result is changed
- name: Rebuild the same scedule - name: Rebuild the same schedule
tower_schedule: tower_schedule:
name: "{{ sched1 }}" name: "{{ sched1 }}"
state: present state: present