7 lines
129 B
YAML
7 lines
129 B
YAML
- name: Install tox
|
|
ansible.builtin.pip:
|
|
name: tox
|
|
|
|
- name: Refresh the README.md
|
|
ansible.builtin.shell: tox -e add_docs
|