Skip to content

Commit

Permalink
hide info from default stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio committed Jun 22, 2023
1 parent bd32369 commit 804deef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tasks/oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
- name: OCI | Show Global State
ansible.builtin.debug:
var: cloud_loadbalancers_state
when: debug | d(false)
1 change: 1 addition & 0 deletions tasks/oci/network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 804deef

Please sign in to comment.