ansible / ansible-modules-core

Ansible modules - these modules ship with ansible
1.3k stars 1.95k forks source link

apt_repository updates timestamps of all files in sources.list.d #5889

Closed jimwitte closed 7 years ago

jimwitte commented 7 years ago

When a repo is added using the apt_repository module, the timestamp for all files in sources.list.d are updated.

I would have expected that only a new file would be created, and any other files would not be touched.

Ansible version 2.2.1.0.

ansibot commented 7 years ago

This repository has been locked. All new issues and pull requests should be filed in https://github.com/ansible/ansible

Please read through the repomerge page in the dev guide.