From: Michael Jeanson Date: Thu, 20 Jan 2022 18:01:37 +0000 (-0500) Subject: ansible: add gfortran to binutils-gdb role X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=f0168b334913f81cc64fb7f5fd902865d728ec2c;p=lttng-ci.git ansible: add gfortran to binutils-gdb role Change-Id: Ic293786ea56fcebc62d23b1945cc0859fdf9b87d Signed-off-by: Michael Jeanson --- diff --git a/automation/ansible/roles/binutils-gdb/vars/Debian.yml b/automation/ansible/roles/binutils-gdb/vars/Debian.yml index c70ded9..d86c185 100644 --- a/automation/ansible/roles/binutils-gdb/vars/Debian.yml +++ b/automation/ansible/roles/binutils-gdb/vars/Debian.yml @@ -5,3 +5,4 @@ __binutils_gdb_packages: - dejagnu - gnat - libreadline-dev + - gfortran