Also tell about github actions.

This commit is contained in:
Robert de Bock 2020-02-15 07:33:22 +01:00
parent 97d8227e38
commit 0c54bfab64
1 changed files with 3 additions and 1 deletions

View File

@ -33,10 +33,12 @@ This script writes output to:
- .travis.yml - .travis.yml
- tox.ini - tox.ini
- .ansible-lint* - .ansible-lint*
- .github/workflows/ansible.yml
- .github/workflows/galaxy.yml
## Usage ## Usage
``` ```bash
cd ansible-role-my_role cd ansible-role-my_role
../path/to/generate.yml ../path/to/generate.yml
``` ```