diff --git a/tasks/oci.yaml b/tasks/oci.yaml index 49b6655..9a3c249 100644 --- a/tasks/oci.yaml +++ b/tasks/oci.yaml @@ -9,3 +9,4 @@ - name: OCI | Show Global State ansible.builtin.debug: var: cloud_loadbalancers_state + when: debug | d(false) \ No newline at end of file diff --git a/tasks/oci/network.yaml b/tasks/oci/network.yaml index 625201a..74810b1 100644 --- a/tasks/oci/network.yaml +++ b/tasks/oci/network.yaml @@ -25,6 +25,7 @@ loop: "{{ _subnet.subnets }}" loop_control: loop_var: subnet + no_log: true - name: OCI | Network | Set nsg_ids oracle.oci.oci_network_security_group_facts: