ensure-zookeeper: eliminate the tmpfs size limit

Zuul's use of this role has exceeded the 500M cap.  Let's go ahead
and remove it since it's arbitrary anyway, and Zuul is likely the
primary user of the role.

Change-Id: Ib0bc72f6c909e44bc04af7a8fbe40ef8415addcf
This commit is contained in:
James E. Blair 2021-10-22 15:30:40 -07:00
parent bd60fbd744
commit 5a83a49dac
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
state: mounted
path: /tmp/zookeeper/version-2
fstype: tmpfs
opts: "nodev,nosuid,size=500M"
opts: "nodev,nosuid"
src: "none"
when: zookeeper_use_tmpfs
become: true