mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
8 lines
144 B
YAML
8 lines
144 B
YAML
---
|
|
- name: install needed packages for accelerated mode
|
|
yum: pkg=$item state=installed
|
|
with_items:
|
|
- python-keyczar
|
|
tags:
|
|
- packages
|