ansible/cloud/lxc
jpic d8063b913e Define HAS_LXC even if import lxc doesn't fail.
This fixes::

    Traceback (most recent call last):
      File "/home/jpic/.ansible/tmp/ansible-tmp-1435080800.61-38257321141340/lxc_container", line 3353, in <module>
        main()
      File "/home/jpic/.ansible/tmp/ansible-tmp-1435080800.61-38257321141340/lxc_container", line 1712, in main
        if not HAS_LXC:
    NameError: global name 'HAS_LXC' is not defined
2015-06-23 19:36:43 +02:00
..
__init__.py Added new module to support LXC containers 2014-11-27 10:47:33 -06:00
lxc_container.py Define HAS_LXC even if import lxc doesn't fail. 2015-06-23 19:36:43 +02:00