Browse Source

remove redundant key

update_ca_key
Edoardo Putti 8 years ago
parent
commit
30b45c79e0
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      library/container_file_read.py

+ 0
- 1
library/container_file_read.py View File

@ -56,7 +56,6 @@ def main():
except ImportError:
module.fail_json(
changed = False,
failed = True,
msg = 'Error importing lxc, is python-lxc installed?',
)


Loading…
Cancel
Save