Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

MyLittleParis/ansible-bison-2.6.4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bison

Compile specific version of Bison

Point to consider

I don't have any bison installed on the system.

I thought off this role to install any version of bison, but i saw that in git repository there are some missing files. Therefore, i extracted these files from compressed tar.gz[1]. You can see this in the task "Copying missing files to the repository"

[1]https://gist.github.com/krahser/b11b23fb39fd5328b440

Other references:

If you are compiling a different version, then make sure you use the right files.

Role Variables

  • bison_path:: Set the path to copy the repository
  • bison_tag:: Set the version to compile

Example Playbook

- name: compile bison
  hosts: Ansible
  roles:
  - { role: krahser.bison}

License

GPLv3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%