ansible-cups icon indicating copy to clipboard operation
ansible-cups copied to clipboard

Ansible role to install and configure CUPS, assist with installing PPDs and install printers/classes

Results 10 ansible-cups issues
Sort by recently updated
recently updated
newest added

This is a round-up of changes both from myself and others. I have tried to set the Author of commits not my own but was unable to do more than...

changed line for lpadmin options to work with python 3

Hi. In production we have problems using this as part of our Ansible tasks while CUPS service is running. It should only be restarted when the config has changed. I...

Allow default printer to be changed after initial deployment.

https://github.com/k0ste/ansible-modules-extras/blob/newfeature/system/cups_lpadmin.py These changes were made from HP41/ansible-modules-extras#2 and other commits but weren't changed here. Perhaps they should be applied here as well? Note: I excluded the change that would conflict...

Modified package lists for yum or apt repositories modified: defaults/main.yml Made tasklist for apt cups install process new file: tasks/apt_cups_install.yml Moved cups_pre_install.yml to apt specific tasklist copied: tasks/cups_pre_install.yml -> tasks/apt_pre_install_packages.yml...