Skip to content

Commit

Permalink
adding more compiler tools
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Feb 19, 2021
1 parent 5820e9d commit dd25840
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
3 changes: 0 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ cplusplus_dts_rpms:
cplusplusrpms:
- autoconf
- automake
- bison
- diffutils
- flex
- libstdc++-docs
- make
- ncurses-devel
- openssl-devel
- which
Expand Down
11 changes: 10 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,16 @@
- name: yum install gcc
when: ansible_os_family == 'RedHat' and not development_groupinstall
yum:
name: gcc
name:
- binutils
- bison
- flex
- gcc
- gcc-c++
- gdb
- glibc-devel
- libtool
- make
state: "{{ compilers_present }}"
update_cache: true
register: network_access
Expand Down

0 comments on commit dd25840

Please sign in to comment.