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
- name: Install Needed Packages
apt: name={{item}} state=latest
with_items:
- vim
- sudo
- xorg
- chromium-browser
- openbox
- lightdm
- unclutter
- ca-certificates
apt:
name:
- vim
- sudo
- xorg
- chromium-browser
- openbox
- lightdm
- unclutter
- ca-certificates
state: latest
- name: Set hostname to inventory_hostname
copy: