appsembler / configuration

a simple, but flexible, way for anyone to stand up an instance of the edX platform that is fully configured and ready-to-go
GNU Affero General Public License v3.0
15 stars 13 forks source link

remove file.src on a remove operation #400

Closed thraxil closed 2 years ago

thraxil commented 2 years ago

state: absent should be used with a path attribute and no src. Ansible 2.10 enforces that.

Prior to 2.10, it gave the following warning:

[WARNING]: The src option requires state to be 'link' or 'hard'.  This will become an error in Ansible 2.10