Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nctiggy authored Sep 25, 2020
1 parent 545f4a8 commit 6137ca7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,22 +104,22 @@
msg: "{{ vxflex_version is version('3.0', '>') }}"
run_once: True
tags:
- debug
- [ never, debug ]
- create_pdandsp

- name: "Check vxflex version and register results to a variable"
set_fact:
version_check: "{{ vxflex_version is version('3.0', '<') }}"
run_once: True
tags:
- debug
- [ never, debug ]
- create_pdandsp

- debug:
var: version_check
run_once: True
tags:
- debug
- [ never, debug ]
- create_pdandsp


Expand Down Expand Up @@ -193,15 +193,15 @@
var: system_id.json[0].id
run_once: True
tags:
- debug
- [ never, debug ]
- create_pdandsp

- name: "Print System Information"
debug:
var: system_id
run_once: True
tags:
- debug
- [ never, debug ]
- create_pdandsp

- name: "Rename system"
Expand Down Expand Up @@ -231,7 +231,7 @@
var: rename_result
run_once: True
tags:
- debug
- [ never, debug ]
- create_pdandsp

- name: "Get system ID"
Expand All @@ -258,7 +258,7 @@
var: system_id
run_once: True
tags:
- debug
- [ never, debug ]
- create_pdandsp

- name: "Set SDC Policy to auto approve"
Expand Down

0 comments on commit 6137ca7

Please sign in to comment.