Skip to content

Commit

Permalink
AWS deploy: don't force filesystem creation of external volume
Browse files Browse the repository at this point in the history
Co-authored-by: iknite <[email protected]>
  • Loading branch information
panchoh and iknite committed Mar 5, 2019
1 parent 32c2e62 commit 651c604
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy/aws/provision/tasks/common/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

- name: Create xfs filesystem on EBS volume
filesystem:
force: yes
fstype: xfs
dev: "{{ ebs_device.stat.path }}"
when: ebs_device.stat.exists
Expand Down

0 comments on commit 651c604

Please sign in to comment.