fix install on new host

This commit is contained in:
Yann Autissier
2022-07-06 23:27:41 +02:00
parent e06266489c
commit 07a9729c73
26 changed files with 162 additions and 132 deletions
-1
View File
@@ -8,7 +8,6 @@ docker_packages:
- { "name": "apt-transport-https", "state": "present" }
- { "name": "ca-certificates", "state": "present" }
- { "name": "curl", "state": "present" }
- { "name": "docker-compose", "state": "present" }
- { "name": "gnupg2", "state": "present" }
- { "name": "software-properties-common", "state": "present" }
+2
View File
@@ -2,6 +2,7 @@
# file: handlers/main.yml
- name: update boot - syslinux
become: yes
environment:
PATH: "{{ ansible_env.PATH }}:/usr/sbin:/sbin"
with_together:
@@ -11,6 +12,7 @@
when: item.1.changed and item.0.dest == "/etc/update-extlinux.conf"
- name: update boot - grub
become: yes
environment:
PATH: "{{ ansible_env.PATH }}:/usr/sbin:/sbin"
with_together: