Skip to content

Commit

Permalink
fix: More experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Aug 22, 2024
1 parent 88633f9 commit cf0a586
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion roles/check-no-rofs/tasks/check-volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
pod: "{{ item.pod }}"
command: touch {{ item.volume }}/blob.txt
register: command_status
ignore_errors: True
ignore_errors: yes

- name: Delete failed pod
kubernetes.core.k8s:
Expand Down
9 changes: 9 additions & 0 deletions roles/check-no-rofs/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
- cluster != 'SetMe'
- volumes[cluster] is defined

- name: LS
command: ls

- name: PWD
command: pwd

- name: ENV
command: env

- name: Reset failed volumes fact
set_fact:
failed_volumes: []
Expand Down

0 comments on commit cf0a586

Please sign in to comment.