mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-07-08 18:06:08 +00:00
[molecule] linting
This commit is contained in:
@@ -6,7 +6,7 @@ driver:
|
||||
lint:
|
||||
name: yamllint
|
||||
platforms:
|
||||
# This list should be roughly kept in sync with the list of
|
||||
# This list should be roughly kept in sync with the list of
|
||||
# OSes for which .NET Core builds packages, as seen at
|
||||
# https://dotnet.microsoft.com/download/linux-package-manager/sdk-current
|
||||
# There are no Docker images for RHEL, so we can't test that.
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
become: true
|
||||
apt:
|
||||
pkg:
|
||||
- gnupg
|
||||
- apt-transport-https
|
||||
- ca-certificates
|
||||
- gnupg
|
||||
- apt-transport-https
|
||||
- ca-certificates
|
||||
|
||||
- name: Import Microsoft APT key
|
||||
apt_key:
|
||||
@@ -30,5 +30,5 @@
|
||||
- name: Install framework-dependent app
|
||||
become: true
|
||||
apt:
|
||||
update_cache: yes
|
||||
update_cache: true
|
||||
deb: /home/framework-dependent-app.1.0.0.deb
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
# https://packages.microsoft.com/yumrepos/microsoft-fedora29-prod/
|
||||
# https://packages.microsoft.com/yumrepos/microsoft-fedora30-prod/
|
||||
baseurl: https://packages.microsoft.com/yumrepos/microsoft-{{ ansible_distribution | lower }}{{ ansible_distribution_major_version }}-prod
|
||||
enabled: yes
|
||||
gpgcheck: yes
|
||||
enabled: true
|
||||
gpgcheck: true
|
||||
gpgkey: https://packages.microsoft.com/keys/microsoft.asc
|
||||
state: present
|
||||
when: ansible_distribution != 'openSUSE Leap'
|
||||
|
||||
Reference in New Issue
Block a user