Compare commits

..

No commits in common. "96d6b3ba7844b9be1936a9eaafc0e29fe9c68e6f" and "bb66cf4a99d954c971fd622b2c744c3579cf9d5a" have entirely different histories.

4 changed files with 2 additions and 25 deletions

View File

@ -1,13 +0,0 @@
[Desktop Entry]
Name=Echange Inscriptions
Comment=Serveur d'échange de fichiers
Exec=nemo /mnt/ECHANGE-INSCRIPTIONS
Icon=system-file-manager
Terminal=false
Type=Application
StartupNotify=false
Categories=GNOME;GTK;Utility;Core;
MimeType=inode/directory;application/x-gnome-saved-search;
Actions=open-home;open-computer;open-trash;

View File

@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Name=Partage Name=Partage
Exec=chromium --no-default-browser-check https://partage.ac-nancy-metz.fr/ Exec=chromium https://partage.ac-nancy-metz.fr/
Comment=Partage AC Nancy Metz Comment=Partage AC Nancy Metz
Terminal=false Terminal=false
Icon=ac-partage Icon=ac-partage

View File

@ -88,12 +88,3 @@
owner: loritz owner: loritz
group: loritz group: loritz
mode: 0755 mode: 0755
- name: Monte partage NFS
ansible.posix.mount:
src: 192.168.8.251:/ECHANGE-INSCRIPTIONS
path: /mnt/ECHANGE-INSCRIPTIONS
opts: rw,sync,hard
state: mounted
fstype: nfs

View File

@ -3,7 +3,6 @@
name: name:
- chromium - chromium
- vlc - vlc
- nfs-common
- name: Remove packages - name: Remove packages
apt: apt: