Commit 3f534c8 Edvin Norling
committed
1 parent 16727eb commit 3f534c8 Copy full SHA for 3f534c8
File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 31
31
gpgcheck : true
32
32
gpgkey : https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg
33
33
34
+ # Install codium aka vscode oss repo
35
+ - name : az gpg
36
+ rpm_key :
37
+ key : https://packages.microsoft.com/keys/microsoft.asc
38
+ state : present
39
+
40
+ - name : az cli repo
41
+ yum_repository :
42
+ name : az.repo
43
+ description : az cli
44
+ baseurl : https://packages.microsoft.com/yumrepos/azure-cli
45
+ gpgcheck : true
46
+ gpgkey : https://packages.microsoft.com/keys/microsoft.asc
47
+
34
48
# Install packages
35
49
- name : Install packages
36
50
dnf :
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ fedoraPackages:
16
16
- termite
17
17
- golang
18
18
- podman-docker # it's a simple alias for docker
19
+ - azure-cli
19
20
20
21
flatpacks :
21
22
- com.slack.Slack
You can’t perform that action at this time.
0 commit comments