Add fixes for nvm #34

Merged
noah.knegt merged 1 commits from fix-nvm into master 2023-06-01 12:03:38 +02:00
4 changed files with 18 additions and 2 deletions

View File

@@ -16,5 +16,4 @@
become_flags: '--login'
vars:
ansible_become_pass: "{{ noahk_password }}"
allow_world_readable_tmpfiles: true
when: nvm_version.stdout != nvm_latest_version.stdout or nvm_version.stdout == ""

View File

@@ -1,3 +1,3 @@
---
# vars file for nvm
noahk_password: '$6$8eLzx6DNI/aamHAp$ZJK3kpbXDaMDUxuCFzRbbYL78aqdDnRRd1zbQPO2ED.pQQdcuAEnwBI2Vf3a36j7I5ED4STx6TLQnB8RiY3Vw/'
noahk_password: 'Voorzitter17'

View File

@@ -20,3 +20,5 @@
# Setup the repositories for Debian based systems
- include_tasks: software/repositories.yml
- include_tasks: software/acl.yml

View File

@@ -0,0 +1,15 @@
# ===================================================================================================
# ? ABOUT
# @author : Noah Knegt
# @email : personal@noahknegt.com
# @repo : https://git.noahknegt.com/noah.knegt/ansible-automations
# @createdOn : 01-06-2023
# @description :
# ===================================================================================================
---
- name: Install acl
package:
name:
- acl
state: latest