fubarhouse / ansible-role-golang

Installs the Go programming language and packages on Mac & Linux (Ubuntu, CentOS)
MIT License
105 stars 32 forks source link

Replace state: installed to present #82

Closed mpppk closed 6 years ago

mpppk commented 6 years ago

In ansible 2.5, Go-Lang | Install dependencies task gets below warning.

[DEPRECATION WARNING]: State 'installed' is deprecated. Using state 'present' instead.. This feature will be removed in version 2.9. Deprecation warnings can be disabled by
 setting deprecation_warnings=False in ansible.cfg.
fubarhouse commented 6 years ago

@mpppk,

Nice pick-up!

Once the tests pass, I'll merge it!