mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Commenting out pkg_resources lines for now, as they break hacking/env-setup
This commit is contained in:
parent
be4e6d359f
commit
0e7b9e5cfc
2 changed files with 4 additions and 4 deletions
|
@ -18,8 +18,8 @@
|
||||||
|
|
||||||
#######################################################
|
#######################################################
|
||||||
|
|
||||||
__requires__ = ['ansible']
|
#__requires__ = ['ansible']
|
||||||
import pkg_resources
|
#import pkg_resources
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
# example playbook to bootstrap this script in the examples/ dir which
|
# example playbook to bootstrap this script in the examples/ dir which
|
||||||
# installs ansible and sets it up to run on cron.
|
# installs ansible and sets it up to run on cron.
|
||||||
|
|
||||||
__requires__ = ['ansible']
|
#__requires__ = ['ansible']
|
||||||
import pkg_resources
|
#import pkg_resources
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Reference in a new issue