Fix ios_fact integration test issue (#27771)

Fixes #27563
This commit is contained in:
Ganesh Nalawade
2017-08-05 00:47:53 +05:30
committed by GitHub
parent 02bcd7c0ed
commit 634327c5f6
4 changed files with 5 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
ios_facts:
gather_subset:
- all
provider: "{{ cli }}"
register: result

View File

@@ -4,6 +4,7 @@
- name: test getting default facts
ios_facts:
provider: "{{ cli }}"
register: result
- assert:

View File

@@ -6,6 +6,7 @@
ios_facts:
gather_subset:
- "foobar"
provider: "{{ cli }}"
register: result
ignore_errors: true
@@ -28,6 +29,7 @@
gather_subset:
- "!hardware"
- "hardware"
provider: "{{ cli }}"
register: result
ignore_errors: true

View File

@@ -6,6 +6,7 @@
ios_facts:
gather_subset:
- "!hardware"
provider: "{{ cli }}"
register: result
- assert: