changed formating to rst lists

This commit is contained in:
Brian Coca 2015-04-21 15:27:09 -04:00
parent 5ff9859c9b
commit 9f54276fdd

View file

@ -4,38 +4,37 @@ Ansible Changes By Release
## 2.0 "TBD" - ACTIVE DEVELOPMENT
Major Changes:
- big_ip modules now support turning off ssl certificate validation (use only for self signed)
- template code now retains types for bools and Numbers instead of turning them into strings
- If you need the old behaviour, quote the value and it will get passed around as a string
* big_ip modules now support turning off ssl certificate validation (use only for self signed)
* template code now retains types for bools and Numbers instead of turning them into strings
If you need the old behaviour, quote the value and it will get passed around as a string
Deprecated Modules:
ec2_ami_search, in favor of the new ec2_ami_find
* ec2_ami_search, in favor of the new ec2_ami_find
New Modules:
find
ec2_ami_find
cloudtrail
cloudstack: cs_affinitygroup
cloudstack: cs_firewall
cloudstack: cs_iso
cloudstack: cs_sshkeypair
cloudstack: cs_securitygroup
cloudstack: cs_securitygroup_rule
cloudstack: cs_vmsnapshot
maven_artifact
pushover
zabbix_host
zabbix_hostmacro
zabbix_screen
vertica_configuration
vertica_facts
vertica_role
vertica_schema
vertica_user
* find
* ec2_ami_find
* cloudtrail
* cloudstack: cs_affinitygroup
* cloudstack: cs_firewall
* cloudstack: cs_iso
* cloudstack: cs_sshkeypair
* cloudstack: cs_securitygroup
* cloudstack: cs_securitygroup_rule
* cloudstack: cs_vmsnapshot
* maven_artifact
* pushover
* zabbix_host
* zabbix_hostmacro
* zabbix_screen
* vertica_configuration
* vertica_facts
* vertica_role
* vertica_schema
* vertica_user
New Inventory scripts:
fleetctl
* fleetctl
Other Notable Changes: