We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996308c commit a786cafCopy full SHA for a786caf
README.md
@@ -35,7 +35,8 @@ The ansible files should be linted and valid yaml files! Esp. the following ansi
35
36
```
37
cd ansible-fqcn-converter
38
- ansible-galaxy collection install ...
+ # edit requirements.yml
39
+ make # or ansible-galaxy collection install -p .collections/ -r requirements.yml
40
./fqcn-fixer.py --update-fqcn-map-file
41
42
0 commit comments