fix deprecated behavior(?)

master
Glenn K. Lockwood 5 years ago
parent 5317dcc0f9
commit d144bb1017
  1. 7
      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
update_cache=yes
with_items:
- mpich - mpich
- zlib1g-dev - zlib1g-dev
- autoconf - autoconf
state: present
update_cache: yes
tags: tags:
- sw - sw

Loading…
Cancel
Save