Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit b77af4f8 authored by Arthur BOUDREAULT's avatar Arthur BOUDREAULT
Browse files

--wip-- [skip ci]

parent 7f2abe59
No related branches found
No related tags found
1 merge request!58Draft: Resolve "sec(upgrades): Upgrade and reboot automation"
Pipeline #11157 skipped
...@@ -18,17 +18,19 @@ ...@@ -18,17 +18,19 @@
# # # #
#-----------------------------------------------------------------------------# #-----------------------------------------------------------------------------#
- name: Configure unattended-upgrades on the Debian system
block:
- name: Download unattended upgrades - name: Download unattended upgrades
ansible.builtin.command: ansible-galaxy install hifis.unattended_upgrades,"{{ hifis_ansible_unattended_upgrades_version }}" -p "{{ _ansible_role_directory }}" ansible.builtin.command: ansible-galaxy install hifis.unattended_upgrades,"{{ hifis_ansible_unattended_upgrades_version }}" -p "{{ _ansible_role_directory }}"
delegate_to: localhost delegate_to: localhost
become: false become: false
tags:
- linux
- update
- name: Gather facts for the role - name: Gather facts for the role
ansible.builtin.setup: ansible.builtin.setup:
- name: Run the role - name: Run the role
ansible.builtin.include_role: ansible.builtin.include_role:
name: hifis_unattended_upgrades name: hifis.unattended_upgrades
tags:
- linux
- update
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment