mirror of
https://github.com/ruanbekker/rpi-ansible.git
synced 2025-05-23 15:11:32 +02:00
fix deprecated behavior(?)
This commit is contained in:
parent
5317dcc0f9
commit
d144bb1017
@ -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…
x
Reference in New Issue
Block a user