Skip to content

Commit ffd6022

Browse files
authored
Merge pull request #323 from EasternEdgeRobotics/fix-ansible-topside
Remove apt command for ubuntu
2 parents 3bb9ed6 + 46af12a commit ffd6022

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

playbooks/topside.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
ssh_interface: "{{ item }}"
1313
when: "{{ hostvars[inventory_hostname]['ansible_' ~ item].get('ipv4', {}).get('address') == ssh_connection_ip }}"
1414
with_items: "{{ ansible_interfaces }}"
15-
- name: Update and upgrade apt packages
16-
become: true
17-
apt:
18-
upgrade: yes
19-
update_cache: yes
20-
environment: "{{ proxy }}"
2115
- name: Configure journald settings
2216
copy: src=files/etc/systemd/journald.conf dest=/etc/systemd/journald.conf mode=644 owner=root group=root
2317
- name: Install Vim

0 commit comments

Comments
 (0)