-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See issue #76: Building out a better CPP example
- Loading branch information
1 parent
06399da
commit feb7df2
Showing
6 changed files
with
25 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
ansible_sources( | ||
name="libansible", | ||
sources=["**/*"], | ||
) | ||
#ansible_sources( | ||
# name="libansible", | ||
# sources=["**/*"], | ||
#) | ||
|
||
ansible_deployment( | ||
name="helloansible", | ||
dependencies=[":libansible"], | ||
playbook="playbook.yml", | ||
# inventory="", # TODO: Could this be setup like the Docker registries? in pants.toml | ||
# tags="", # TODO: Might need a different name to not overlap | ||
# timeout="", | ||
) | ||
#ansible_deployment( | ||
# name="helloansible", | ||
# dependencies=[":libansible"], | ||
# playbook="playbook.yml", | ||
# # inventory="", # TODO: Could this be setup like the Docker registries? in pants.toml | ||
# # tags="", # TODO: Might need a different name to not overlap | ||
# # timeout="", | ||
#) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters