We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bb9ed6 + 46af12a commit ffd6022Copy full SHA for ffd6022
1 file changed
playbooks/topside.yml
@@ -12,12 +12,6 @@
12
ssh_interface: "{{ item }}"
13
when: "{{ hostvars[inventory_hostname]['ansible_' ~ item].get('ipv4', {}).get('address') == ssh_connection_ip }}"
14
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 }}"
21
- name: Configure journald settings
22
copy: src=files/etc/systemd/journald.conf dest=/etc/systemd/journald.conf mode=644 owner=root group=root
23
- name: Install Vim
0 commit comments