Resolve some tiny ansible-lint issues.

pull/176/head
Jeff Geerling 5 years ago
parent 695e0dc519
commit e34b300d58
  1. 3
      tasks/setup-FreeBSD.yml
  2. 1
      tasks/setup-Ubuntu.yml

@ -1,6 +1,7 @@
--- ---
- name: Update pkg cache. - name: Update pkg cache.
shell: pkg update -f command: pkg update -f
tags: ['skip_ansible_lint']
- name: Ensure nginx is installed. - name: Ensure nginx is installed.
pkgng: pkgng:

@ -12,3 +12,4 @@
name: nginx name: nginx
state: absent state: absent
when: nginx_ppa_added.changed when: nginx_ppa_added.changed
tags: ['skip_ansible_lint']