diff --git a/roles/common/tasks/darshan-dev.yml b/roles/common/tasks/darshan-dev.yml index edd0db0..7819d63 100644 --- a/roles/common/tasks/darshan-dev.yml +++ b/roles/common/tasks/darshan-dev.yml @@ -1,12 +1,11 @@ --- - name: install prerequisite software for Darshan development apt: - name="{{ item }}" - state=present - update_cache=yes - with_items: - - mpich - - zlib1g-dev - - autoconf + name: + - mpich + - zlib1g-dev + - autoconf + state: present + update_cache: yes tags: - sw