Closed carlosmmatos closed 6 months ago
Attention: Patch coverage is 12.50000%
with 7 lines
in your changes are missing coverage. Please review.
Project coverage is 37.51%. Comparing base (
a7c58af
) to head (1a1eb9c
). Report is 4 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
plugins/modules/sensor_download.py | 12.50% | 7 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@carlosmmatos I am glad that the module sensor_download
is now able to change the owner
, group
and mode
, but the role does not yet have the corresponding variables / defaults.
Dope 🤦🏻♂️. You're right, I was caught up in the process of updating the sensor module that I forgot that needs to be applied to the role. Apologies for that, I will have that out by end of day.
@dhoppe check out the latest PR #497
Fixes #481
This PR introduces the built-in files AnsibleModule helper features to manage file operations such as mode, owner, group, etc.