We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a8603 commit 65a43efCopy full SHA for 65a43ef
README.md
@@ -108,7 +108,7 @@ gitlab:lint:
108
echo "---" > inventories/hosts.yml
109
echo "all:" >> inventories/hosts.yml
110
echo " children:" >> inventories/hosts.yml
111
- echo " keenetic:" >> inventories/hosts.yml
+ echo " dynamic:" >> inventories/hosts.yml
112
echo " hosts:" >> inventories/hosts.yml
113
while IFS= read -r ip; do
114
echo " ${ip}:" >> inventories/hosts.yml
0 commit comments