File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
roles/telemetry_chargeback/tasks Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 44 ansible.builtin.command :
55 cmd : " {{ openstack_cmd }} rating summary get -h"
66 register : get_help
7+ changed_when : false
78
89- name : " **INFO** Print rating help"
910 ansible.builtin.debug :
1415 ansible.builtin.command :
1516 cmd : " {{ openstack_cmd }} --rating-api-version 2 rating summary get -h"
1617 register : get_help2
18+ changed_when : false
1719
18- - name : " **INFO** Print rating help 2 "
20+ - name : " **INFO** Print rating help 2"
1921 ansible.builtin.debug :
2022 var : get_help2.stdout
2123# ## remove ###
Original file line number Diff line number Diff line change 6161 -n {{ cloudkitty_namespace }}
6262 changed_when : true
6363
64+ # REMOVE
6465# - name: "Extract CA Bundle"
6566# ansible.builtin.command:
6667# cmd: >
You can’t perform that action at this time.
0 commit comments