Skip to content

Commit

Permalink
Add nolog to the aws-nuke task because later debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fridim committed Nov 16, 2023
1 parent c77c65e commit b9050cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/reset_single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
tasks:
- fail:
msg: Please set _account_num
when: _account_num is not defined
when: _account_num is not defined or _account_num == ""

- include_role:
name: infra-aws-sandbox
Expand Down
2 changes: 2 additions & 0 deletions playbooks/roles/infra-aws-sandbox/tasks/reset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
retries: "{{ aws_nuke_retries }}"
delay: 30
until: _awsnuke is succeeded
no_log: true

- debug:
var: _awsnuke
Expand Down Expand Up @@ -79,6 +80,7 @@
retries: 0
delay: 30
until: _awsnuke2 is succeeded
no_log: true

- debug:
var: _awsnuke2
Expand Down

0 comments on commit b9050cf

Please sign in to comment.