mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge branch 'spelling' of git://github.com/cgar/ansible into devel
Conflicts: docsite/rst/guide_rax.rst plugins/callbacks/mail.py
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
#
|
||||
#
|
||||
#
|
||||
# The Docker inventory plugin provides several enviroment variables that
|
||||
# The Docker inventory plugin provides several environment variables that
|
||||
# may be overridden here. This configuration file always takes precedence
|
||||
# over environment variables.
|
||||
#
|
||||
@@ -131,4 +131,4 @@ hosts:
|
||||
# timeout: 60
|
||||
# private_ssh_port: 2022
|
||||
# default_ip: 172.16.3.45
|
||||
# - host: tcp://localhost:4243
|
||||
# - host: tcp://localhost:4243
|
||||
|
||||
@@ -193,7 +193,7 @@ if __name__ == '__main__':
|
||||
client = Client( host,user,password )
|
||||
except Exception, e:
|
||||
client = None
|
||||
#print >> STDERR "Unable to login (only cache avilable): %s", str(e)
|
||||
#print >> STDERR "Unable to login (only cache available): %s", str(e)
|
||||
|
||||
# Actually do the work
|
||||
if hostname is None:
|
||||
|
||||
Reference in New Issue
Block a user