Yet another Ansible role to manage Google Chrome installation
None.
package_state: set a default value that can be used as a global variable across roles ajholanda roles.googlechrome_linux_signing_key_url: GPG key for Linux systems.googlechrome_yum_repository_url: yum repository.googlechrome_apt_repository_url: apt repository to add in the sources list.googlechrome_state: desired state after running package manager task.
None.
- hosts: all
roles:
- ajholanda.googlechrome
To uninstall
- hosts: all
vars:
googlechrome_state: absent
roles:
- ajholanda.googlechrome
MIT.