mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-08 21:27:36 +02:00
build
This commit is contained in:
@@ -18,6 +18,10 @@
|
|||||||
XDG_CONFIG_HOME: /home/jd/.config
|
XDG_CONFIG_HOME: /home/jd/.config
|
||||||
KUBECONFIG: "{{ kubeconfig }}"
|
KUBECONFIG: "{{ kubeconfig }}"
|
||||||
block:
|
block:
|
||||||
|
- name: Facts
|
||||||
|
ansible.builtin.setup:
|
||||||
|
when: ansible_facts.architecture is not defined
|
||||||
|
|
||||||
- name: Get root mount
|
- name: Get root mount
|
||||||
set_fact:
|
set_fact:
|
||||||
root_mount: "{{ ansible_mounts | selectattr('mount', 'equalto', '/') | first }}"
|
root_mount: "{{ ansible_mounts | selectattr('mount', 'equalto', '/') | first }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user