Browse Source

don't mark host as changed on container_exists

master
Andrea Cimbalo 7 years ago
parent
commit
26c4317049
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      library/container_exists.py

+ 1
- 1
library/container_exists.py View File

@ -48,7 +48,7 @@ def main():
result['exists'] = False
result['changed'] = True
result['changed'] = False
module.exit_json(**result)


Loading…
Cancel
Save