fix deprecated behavior(?)

master
Glenn K. Lockwood 4 years ago
parent 5317dcc0f9
commit d144bb1017
  1. 13
      roles/common/tasks/darshan-dev.yml

@ -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

Loading…
Cancel
Save