mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
8 lines
149 B
YAML
8 lines
149 B
YAML
---
|
|
- name: install needed packages for accelerated mode
|
|
yum: pkg={{ item }} state=installed
|
|
with_items:
|
|
- python-keyczar
|
|
tags:
|
|
- packages
|