fix deprecated behavior(?)

This commit is contained in:
Glenn K. Lockwood 2020-06-27 14:32:53 -07:00
parent 5317dcc0f9
commit d144bb1017

View File

@ -1,12 +1,11 @@
--- ---
- name: install prerequisite software for Darshan development - name: install prerequisite software for Darshan development
apt: apt:
name="{{ item }}" name:
state=present - mpich
update_cache=yes - zlib1g-dev
with_items: - autoconf
- mpich state: present
- zlib1g-dev update_cache: yes
- autoconf
tags: tags:
- sw - sw