Add remove capability
This commit is contained in:
parent
e6f230be2e
commit
45822f405f
5 changed files with 79 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue