7 lines
110 B
YAML
7 lines
110 B
YAML
|
---
|
||
|
- hosts: localhost
|
||
|
tasks:
|
||
|
- name: Install xkcdpass Python package
|
||
|
pip:
|
||
|
name: xkcdpass
|