Created
February 17, 2021 21:48
-
-
Save abadger/55273b7ea4a9f0b883c1fb24cb4d2e17 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| ANSIBLE_VERSION_ARGS= | |
| ifndef ANSIBLE_VERSION | |
| # Only needed to make stable-2.10 docs build correctly. Do not apply to devel and future branches | |
| ANSIBLE_VERSION=$(MAJOR_VERSION) | |
| endif | |
| ifdef ANSIBLE_VERSION | |
| ANSIBLE_VERSION_ARGS=--ansible-version=$(ANSIBLE_VERSION) | |
| endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment