You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library
Cristian Ciupitu 138b45e32f hostname module: don't filter hostnamectl with awk
There's no need to filter hostnamectl's output with awk because its man
page says:

    hostnamectl [OPTIONS...] {COMMAND}

       --static, --transient, --pretty
	   If status is used (or no explicit command is given) and one
	   of those fields is given, hostnamectl will print out just
           this selected hostname.

E.g. hostnamectl --static status => ansible.example.org
11 years ago
..
cloud Micro-optimization: replace s.find(x)!=-1 with x in s 11 years ago
commands Micro-optimization: replace s.find(x)!=-1 with x in s 11 years ago
database Micro-optimization: replace s.find(x)!=-1 with x in s 11 years ago
files Micro-optimization: replace s.find(x)!=-1 with x in s 11 years ago
internal
inventory
messaging
monitoring Fixup shell handling in monit module. 11 years ago
net_infrastructure Fix regression in dnsmadeeasy module caused by fetch_url change 11 years ago
network
notification
packaging Correct check_mode conditional logic 11 years ago
source_control Fix documentation for accept_hostkey 11 years ago
system hostname module: don't filter hostnamectl with awk 11 years ago
utilities
web_infrastructure