Add remove capability

This commit is contained in:
Adrien Reslinger 2020-04-16 14:12:00 +02:00
parent e6f230be2e
commit 45822f405f
5 changed files with 79 additions and 14 deletions

View file

@ -2,7 +2,7 @@
- name: Registering Ubuntu Atomic repository
apt_repository:
repo: deb https://updates.atomicorp.com/channels/atomic/ubuntu {{ ansible_distribution_name }}
filename: microsoft.list
filename: atomic.list
state: present
update_cache: yes
mode: 0644
@ -14,7 +14,7 @@
- name: Registering Debian Atomic repository
apt_repository:
repo: deb https://updates.atomicorp.com/channels/atomic/debian {{ ansible_distribution_name }}
filename: microsoft.list
filename: atomic.list
state: present
update_cache: yes
mode: 0644