switched from apt_repo to apt_repository

This commit is contained in:
2022-02-17 23:11:18 +01:00
parent c044bdca5c
commit 2cee06aab8

View File

@@ -10,11 +10,10 @@
name: webserver # required. The name of the role to be executed. name: webserver # required. The name of the role to be executed.
# install software # install software
- name: jitsimeet | add repo - name: jitsimeet | add repo
apt_repo: apt_repository:
repo: universe # required. Name of the repository to add or remove. repo: universe
state: present # not required. choices: absent;present. Indicates the desired repository state. state: present
remove_others: no # not required. Remove other then added repositories Used if I(state=present) update_cache: yes
update: yes # not required. Update the package database after changing repositories.
# - name: jitsimeet | adjust limits # - name: jitsimeet | adjust limits
# blockinfile: # blockinfile:
# path: "/etc/systemd/system.conf" # required. The file to modify. Before Ansible 2.3 this option was only usable as I(dest), I(destfile) and I(name). # path: "/etc/systemd/system.conf" # required. The file to modify. Before Ansible 2.3 this option was only usable as I(dest), I(destfile) and I(name).