Skip to content

Commit 1f63f96

Browse files
committed
Fix CA bundle error
1 parent 3334fa0 commit 1f63f96

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

roles/telemetry_chargeback/tasks/loki_rate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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:
@@ -14,8 +15,9 @@
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 ###

roles/telemetry_chargeback/tasks/setup_loki_env.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
-n {{ cloudkitty_namespace }}
6262
changed_when: true
6363

64+
# REMOVE
6465
#- name: "Extract CA Bundle"
6566
# ansible.builtin.command:
6667
# cmd: >

0 commit comments

Comments
 (0)