make requirements key the filename
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Ansible with Docker"
|
||||
tags: [ "system", "ansible", "docker" ]
|
||||
requires: [ "Docker" ]
|
||||
requires: [ "docker", "ansible" ]
|
||||
---
|
||||
|
||||
'Docker module', you say?
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Python Projects with Makefiles"
|
||||
tags: [ "tutorial", "system", "makefiles", "graphviz", "python" ]
|
||||
requires: [ "Makefiles" ]
|
||||
requires: [ "makefiles" ]
|
||||
---
|
||||
|
||||
If you have a python script which requires a packages - e.g. `graphviz` - you can automate the setup with a `Makefile`.
|
||||
|
||||
Reference in New Issue
Block a user