Compare commits
2 commits
c5bddc3f31
...
970eda96d2
Author | SHA1 | Date | |
---|---|---|---|
![]() |
970eda96d2 | ||
![]() |
f0f937448a |
2 changed files with 1 additions and 22 deletions
|
@ -80,9 +80,6 @@
|
||||||
loop_var: rolename
|
loop_var: rolename
|
||||||
when: custom_roles is defined
|
when: custom_roles is defined
|
||||||
|
|
||||||
|
|
||||||
#################
|
|
||||||
|
|
||||||
- name: Final tasks
|
- name: Final tasks
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: "{{ role }}"
|
name: "{{ role }}"
|
||||||
|
@ -93,25 +90,6 @@
|
||||||
- lmn_finish
|
- lmn_finish
|
||||||
- lmn_tmpfixes
|
- lmn_tmpfixes
|
||||||
|
|
||||||
#################
|
|
||||||
|
|
||||||
- name: Apply additional laptop configuration
|
|
||||||
hosts: laptop
|
|
||||||
remote_user: ansible
|
|
||||||
become: true
|
|
||||||
vars_files: lmn-vault
|
|
||||||
tasks:
|
|
||||||
- name: Remove deprecated files and directories (laptop-class)
|
|
||||||
ansible.builtin.file:
|
|
||||||
path: "{{ item }}"
|
|
||||||
state: absent
|
|
||||||
with_items:
|
|
||||||
- /etc/systemd/network/80-wlan-dhcp.network
|
|
||||||
- /etc/systemd/network/wlan-dhcp.network
|
|
||||||
- /etc/systemd/network/virbr1.netdev
|
|
||||||
- /etc/systemd/network/virbr1.network
|
|
||||||
- /etc/systemd/network/wlan-dhcp.network
|
|
||||||
- /etc/NetworkManager/system-connections/FVS-devices.nmconnection
|
|
||||||
|
|
||||||
- name: Apply roles that must run serial
|
- name: Apply roles that must run serial
|
||||||
hosts: all
|
hosts: all
|
||||||
|
|
|
@ -8,3 +8,4 @@
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
name: polkit
|
name: polkit
|
||||||
state: restarted
|
state: restarted
|
||||||
|
when: not run_in_installer|default(false)|bool
|
||||||
|
|
Loading…
Add table
Reference in a new issue