Force the mode for repo file

This commit is contained in:
Jeremy Gardais 2018-12-04 14:10:00 +01:00
parent 8d01a7236c
commit 9332896f33
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
openmanage__repositories: openmanage__repositories:
# Version 910 - for Debian Stretch and Ubuntu Xenial # Version 910 - for Debian Stretch and Ubuntu Xenial
- repo: 'deb http://linux.dell.com/repo/community/openmanage/910/{{ ansible_distribution_release }} {{ ansible_distribution_release }} main' - repo: 'deb http://linux.dell.com/repo/community/openmanage/910/{{ ansible_distribution_release }} {{ ansible_distribution_release }} main'
mode: '0644'
filename: 'dell.openmanage' filename: 'dell.openmanage'
key_id: '1285491434D8786F' key_id: '1285491434D8786F'
key_keyserver: 'pool.sks-keyservers.net' key_keyserver: 'pool.sks-keyservers.net'
@ -24,6 +25,7 @@ openmanage__repositories:
else "absent" }}' else "absent" }}'
# Previous version for Debian until Jessie and Ubuntu until Trusty # Previous version for Debian until Jessie and Ubuntu until Trusty
- repo: 'deb http://linux.dell.com/repo/community/debian/dists/{{ ansible_distribution_release }} {{ ansible_distribution_release }} openmanage' - repo: 'deb http://linux.dell.com/repo/community/debian/dists/{{ ansible_distribution_release }} {{ ansible_distribution_release }} openmanage'
mode: '0644'
filename: 'dell.openmanage' filename: 'dell.openmanage'
key_id: '1285491434D8786F' key_id: '1285491434D8786F'
key_keyserver: 'pool.sks-keyservers.net' key_keyserver: 'pool.sks-keyservers.net'