[molecule] linting

This commit is contained in:
Frederik Carlier
2019-11-23 21:50:15 +01:00
parent 1311176d0b
commit 80be46e77d
3 changed files with 7 additions and 7 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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'