This website works better with JavaScript.
Explore
Help
Register
Sign In
archive
/
ansible
mirror of
https://github.com/ansible/ansible.git
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Projects
Releases
Wiki
Activity
Add make target for printing version (
#26657
) (
#27030
)
Browse Source
pull/22700/merge
John R Barker
7 years ago
committed by
GitHub
parent
a3817721fc
commit
316ef8a069
1 changed files
with
4 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
4
Makefile
Unescape
Escape
View File
@ -303,3 +303,7 @@ webdocs:
docs
:
$(
MANPAGES
)
alldocs
:
docs
webdocs
version
:
@echo
$(
VERSION
)
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
archive/ansible
Title
Body
Create Issue