6 lines
100 B
YAML
6 lines
100 B
YAML
- name: Install PyYAML
|
|
action: "{{ ansible_pkg_mgr }}"
|
|
args:
|
|
name: PyYAML
|
|
state: latest
|