Update
This commit is contained in:
parent
644cce0cc0
commit
c345ec7866
3 changed files with 15 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
tasks:
|
||||
# 39 -> 40
|
||||
- name: install libva-intel-media-driver
|
||||
- name: remove libva-intel-media-driver
|
||||
dnf:
|
||||
name: "libva-intel-media-driver"
|
||||
state: absent
|
||||
|
|
|
@ -1,4 +1,14 @@
|
|||
---
|
||||
# 39 -> 40
|
||||
- name: remove sddm-wayland-plasma
|
||||
dnf:
|
||||
name: "sddm-wayland-plasma"
|
||||
state: absent
|
||||
update_cache: true
|
||||
skip_broken: true
|
||||
nobest: false
|
||||
allowerasing: true
|
||||
|
||||
- name: remove other files
|
||||
include_tasks: yaml_sub/myrepo_clean.yaml
|
||||
- name: update file myrepo.repo
|
||||
|
@ -30,7 +40,7 @@
|
|||
skip_broken: true
|
||||
nobest: false
|
||||
allowerasing: true
|
||||
exclude: ghdl,sddm-x11
|
||||
exclude: ghdl,sddm-x11,sddm-wayland-plasma,blender,sddm-wayland-sway
|
||||
|
||||
- name: remove other files
|
||||
include_tasks: yaml_sub/myrepo_clean.yaml
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
skip_broken: true
|
||||
nobest: false
|
||||
allowerasing: true
|
||||
|
||||
|
||||
- name: Make sure rpcbind service unit is started
|
||||
systemd_service:
|
||||
enabled: true
|
||||
|
@ -24,7 +24,7 @@
|
|||
src: 10.10.1.21:/volume1/home_dir
|
||||
path: /home
|
||||
opts: rw,sync,hard,nolock
|
||||
boot: true
|
||||
boot: true
|
||||
state: mounted
|
||||
fstype: nfs
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
|||
path: /glocal
|
||||
opts: rw,sync,hard,nolock
|
||||
boot: true
|
||||
state: mounted
|
||||
state: absent
|
||||
fstype: nfs
|
||||
|
||||
- name: Mount /tools
|
||||
|
@ -91,7 +91,6 @@
|
|||
# state: absent
|
||||
# fstype: nfs
|
||||
|
||||
|
||||
- name: Mount /web
|
||||
ansible.posix.mount:
|
||||
src: 10.10.1.51:/volume1/web
|
||||
|
@ -100,4 +99,3 @@
|
|||
boot: true
|
||||
state: mounted
|
||||
fstype: nfs
|
||||
|
||||
|
|
Loading…
Reference in a new issue