mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-05-22 13:36:20 +02:00
Compare commits
7 Commits
774d23898d
...
0dabeb4985
| Author | SHA1 | Date | |
|---|---|---|---|
| 0dabeb4985 | |||
| f2b0e75ea4 | |||
| 7833d21d12 | |||
| 8383e6062f | |||
| 00ff11eba8 | |||
| 21dd3b2aa6 | |||
| 0795220a91 |
@@ -1,5 +1,6 @@
|
||||
- name: Upgrade
|
||||
become: "{{ false if inventory_hostname == 'nas.home.lan' else true }}"
|
||||
ignore_unreachable: true
|
||||
block:
|
||||
- name: Include vault
|
||||
ansible.builtin.include_vars:
|
||||
@@ -7,6 +8,7 @@
|
||||
- name: Include facts
|
||||
ansible.builtin.include_role:
|
||||
name: setup
|
||||
|
||||
when: ansible_facts.architecture is not defined
|
||||
|
||||
- name: Upgrade Debian
|
||||
|
||||
Reference in New Issue
Block a user