Skip to content
Snippets Groups Projects
Verified Commit bea484e7 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

ansible: try to install devenv

parent de38b56e
No related branches found
No related tags found
No related merge requests found
Pipeline #541726 failed
...@@ -181,6 +181,8 @@ ...@@ -181,6 +181,8 @@
- name: Install required packages (Ubuntu) - name: Install required packages (Ubuntu)
when: ansible_distribution == 'ubuntu' when: ansible_distribution == 'ubuntu'
apt: name={{ ubuntu_packages }} state=latest apt: name={{ ubuntu_packages }} state=latest
- name: Install devenv package manager
shell: nix-env --install --attr devenv -f https://github.com/NixOS/nixpkgs/tarball/nixpkgs-unstable
ignore_errors: yes ignore_errors: yes
- name: Check if direnv exists - name: Check if direnv exists
command: which direnv command: which direnv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment