issue #174: reproduction.

This commit is contained in:
David Wilson 2018-03-30 02:31:14 +05:45
parent fa271fcc8e
commit 682a4ca8d4
1 changed files with 9 additions and 0 deletions

View File

@ -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