mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
leaving os immediate
This commit is contained in:
parent
0803c638bb
commit
216e2c8813
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
OS ?= $(shell uname -s)
|
||||
OS := $(shell uname -s)
|
||||
SITELIB = $(shell python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"):
|
||||
FORMATTER=../../hacking/module_formatter.py
|
||||
DUMPER=../../hacking/dump_playbook_attributes.py
|
||||
|
|
Loading…
Reference in a new issue