Add fixes for nvm #34
@@ -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 == ""
|
||||
|
@@ -1,3 +1,3 @@
|
||||
---
|
||||
# vars file for nvm
|
||||
noahk_password: '$6$8eLzx6DNI/aamHAp$ZJK3kpbXDaMDUxuCFzRbbYL78aqdDnRRd1zbQPO2ED.pQQdcuAEnwBI2Vf3a36j7I5ED4STx6TLQnB8RiY3Vw/'
|
||||
noahk_password: 'Voorzitter17'
|
||||
|
@@ -20,3 +20,5 @@
|
||||
|
||||
# Setup the repositories for Debian based systems
|
||||
- include_tasks: software/repositories.yml
|
||||
|
||||
- include_tasks: software/acl.yml
|
||||
|
15
roles/setup/tasks/software/acl.yml
Normal file
15
roles/setup/tasks/software/acl.yml
Normal 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
|
Reference in New Issue
Block a user