Update to fix deprication warning

master
gary 2022-01-11 19:53:05 +00:00
parent 4d1ade29d7
commit 715e8696b4
1 changed files with 11 additions and 10 deletions

View File

@ -8,16 +8,17 @@
cache_valid_time: 3600 cache_valid_time: 3600
- name: Install Needed Packages - name: Install Needed Packages
apt: name={{item}} state=latest apt:
with_items: name:
- vim - vim
- sudo - sudo
- xorg - xorg
- chromium-browser - chromium-browser
- openbox - openbox
- lightdm - lightdm
- unclutter - unclutter
- ca-certificates - ca-certificates
state: latest
- name: Set hostname to inventory_hostname - name: Set hostname to inventory_hostname
copy: copy: