Add fixes for nvm
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2023-06-01 12:02:45 +02:00
parent 1c3816d1db
commit 96ce6a4320
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