Skip to content
Snippets Groups Projects
Commit 74ac16de authored by Antoine Schildknecht's avatar Antoine Schildknecht
Browse files

Update ansible limit scope to include localhost (for the live playbook)

parent 324bffd4
Branches master stable
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ ifndef i
$(error i is undefined)
endif
ifndef l
$(eval l=all)
$(eval l=all,localhost)
endif
ifndef t
$(eval t=all)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment