remove auto-install dependencies, for more standard roles
Some checks failed
test / Linting (push) Failing after 8s
test / Molecule tests (default, debian11) (push) Has been skipped
test / Molecule tests (default, debian12) (push) Has been skipped
test / Molecule tests (default, ubuntu2004) (push) Has been skipped
test / Molecule tests (default, ubuntu2204) (push) Has been skipped
test / Molecule tests (with_custom_ascii, debian11) (push) Has been skipped
test / Molecule tests (with_custom_ascii, debian12) (push) Has been skipped
test / Molecule tests (with_custom_ascii, ubuntu2004) (push) Has been skipped
test / Molecule tests (with_custom_ascii, ubuntu2204) (push) Has been skipped
Some checks failed
test / Linting (push) Failing after 8s
test / Molecule tests (default, debian11) (push) Has been skipped
test / Molecule tests (default, debian12) (push) Has been skipped
test / Molecule tests (default, ubuntu2004) (push) Has been skipped
test / Molecule tests (default, ubuntu2204) (push) Has been skipped
test / Molecule tests (with_custom_ascii, debian11) (push) Has been skipped
test / Molecule tests (with_custom_ascii, debian12) (push) Has been skipped
test / Molecule tests (with_custom_ascii, ubuntu2004) (push) Has been skipped
test / Molecule tests (with_custom_ascii, ubuntu2204) (push) Has been skipped
This commit is contained in:
parent
ece71b8108
commit
f2c679e12e
@ -31,7 +31,7 @@ These are one to one identical to the neofetch modules. Documentation on the dif
|
|||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
This role has a task that installs its own dependencies located in `task/prerequisites.yml`, so that you don't need to manage them. This role requires `ednxzu.manage_apt_packages` in order to make sure that neofetch is installed.
|
`ednxzu.manage_apt_packages` to install neofetch for the motd.
|
||||||
|
|
||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
# task/prerequisites file for update_motd
|
|
||||||
- name: "Install required roles"
|
|
||||||
ansible.builtin.command:
|
|
||||||
cmd: "ansible-galaxy install {{ item }}"
|
|
||||||
loop: "{{ update_motd_prerequisites_roles }}"
|
|
||||||
changed_when: false
|
|
||||||
become: false
|
|
||||||
delegate_to: localhost
|
|
||||||
run_once: true
|
|
@ -1,7 +1,5 @@
|
|||||||
---
|
---
|
||||||
# vars file for update_motd
|
# vars file for update_motd
|
||||||
update_motd_prerequisites_roles:
|
|
||||||
- ednxzu.manage_apt_packages
|
|
||||||
update_motd_path: "/etc/update-motd.d"
|
update_motd_path: "/etc/update-motd.d"
|
||||||
update_motd_config_path: "/etc/profile.d"
|
update_motd_config_path: "/etc/profile.d"
|
||||||
update_motd_packages:
|
update_motd_packages:
|
||||||
|
Loading…
Reference in New Issue
Block a user