Skip to content

Commit

Permalink
Remove the explicit setting of storage_safe_mode to true
Browse files Browse the repository at this point in the history
True should be the default.
  • Loading branch information
pcahyna committed Oct 22, 2019
1 parent 136e41d commit 901dfd8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/tests_lvm_errors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@
include_role:
name: storage
vars:
storage_safe_mode: true
storage_pools:
- name: testpool1
type: lvm
Expand Down Expand Up @@ -295,7 +294,6 @@
include_role:
name: storage
vars:
storage_safe_mode: true
storage_pools:
- name: testpool1
type: lvm
Expand All @@ -318,7 +316,6 @@
include_role:
name: storage
vars:
storage_safe_mode: true
storage_pools:
- name: foo
disks: "{{ unused_disks }}"
Expand Down

0 comments on commit 901dfd8

Please sign in to comment.