ansible-role-chrome icon indicating copy to clipboard operation
ansible-role-chrome copied to clipboard

Installs Google chrome

Ansible Role: Chrome

Build Status

Installs Google Chrome.

Requirements

  • Ansible: Tested on 1.9.0.1+
  • apt: python-apt (http://docs.ansible.com/ansible/apt_module.html)
  • or dnf: python-dnf (http://docs.ansible.com/ansible/dnf_module.html)

Role Variables

chrome_latest_version: false

Dependencies

None.

Example Playbook

- hosts: clients
  roles:
     - { role: cmprescott.chrome, become: yes }

License

BSD

Author Information

Prescott Chris