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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user