install ansible from the ppa

This commit is contained in:
Andreas Zweili 2021-10-25 21:27:11 +02:00
parent 591f469b3c
commit e21adf169f
2 changed files with 7 additions and 2 deletions

View File

@ -13,6 +13,11 @@
repo: "ppa:touchegg/stable" repo: "ppa:touchegg/stable"
state: present state: present
- name: "Add Touchegg repository"
apt_repository:
repo: "ppa:ansible/ansible"
state: present
- name: "Install Packages" - name: "Install Packages"
apt: apt:
state: present state: present

View File

@ -36,11 +36,11 @@ packages:
- ranger - ranger
- touchegg - touchegg
- sshpass - sshpass
- ansible
- ansible-lint
pip_packages: pip_packages:
- youtube-dl - youtube-dl
- ansible
- ansible-lint
snap_packages: snap_packages:
- telegram-desktop - telegram-desktop