issue #174: reproduction.

pull/175/head
David Wilson 6 years ago
parent fa271fcc8e
commit 682a4ca8d4

@ -0,0 +1,9 @@
---
- hosts: all
gather_facts: false
tasks:
- name: add nginx ppa
become: yes
apt_repository: repo='ppa:nginx/stable' update_cache=yes
Loading…
Cancel
Save