Change PPAs for experimental bionic packages
This commit is contained in:
		@@ -243,15 +243,14 @@ ansible_managed_file: "*** YAVDR: ANSIBLE MANAGED FILE ***"
 | 
				
			|||||||
#+END_SRC
 | 
					#+END_SRC
 | 
				
			||||||
** PPAs
 | 
					** PPAs
 | 
				
			||||||
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
 | 
					#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
 | 
				
			||||||
branch: unstable
 | 
					branch: experimental
 | 
				
			||||||
ppa_owner: 'ppa:yavdr'
 | 
					ppa_owner: 'ppa:yavdr'
 | 
				
			||||||
# add the following PPAs
 | 
					# add the following PPAs
 | 
				
			||||||
repositories:
 | 
					repositories:
 | 
				
			||||||
  - '{{ ppa_owner }}/main'
 | 
					  - '{{ ppa_owner }}/{{branch}}-main'
 | 
				
			||||||
  - '{{ ppa_owner }}/unstable-main'
 | 
					 | 
				
			||||||
  - '{{ ppa_owner }}/{{branch}}-vdr'
 | 
					  - '{{ ppa_owner }}/{{branch}}-vdr'
 | 
				
			||||||
  - '{{ ppa_owner }}/{{branch}}-yavdr'
 | 
					  #- '{{ ppa_owner }}/{{branch}}-yavdr'
 | 
				
			||||||
  - '{{ ppa_owner }}/{{branch}}-kodi'
 | 
					  #- '{{ ppa_owner }}/{{branch}}-kodi'
 | 
				
			||||||
#+END_SRC
 | 
					#+END_SRC
 | 
				
			||||||
** VDR user, directories, special configuration and plugins
 | 
					** VDR user, directories, special configuration and plugins
 | 
				
			||||||
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
 | 
					#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,15 +3,14 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# this is the standard text to put in templates
 | 
					# this is the standard text to put in templates
 | 
				
			||||||
ansible_managed_file: "*** YAVDR: ANSIBLE MANAGED FILE ***"
 | 
					ansible_managed_file: "*** YAVDR: ANSIBLE MANAGED FILE ***"
 | 
				
			||||||
branch: unstable
 | 
					branch: experimental
 | 
				
			||||||
ppa_owner: 'ppa:yavdr'
 | 
					ppa_owner: 'ppa:yavdr'
 | 
				
			||||||
# add the following PPAs
 | 
					# add the following PPAs
 | 
				
			||||||
repositories:
 | 
					repositories:
 | 
				
			||||||
  - '{{ ppa_owner }}/main'
 | 
					  - '{{ ppa_owner }}/{{branch}}-main'
 | 
				
			||||||
  - '{{ ppa_owner }}/unstable-main'
 | 
					 | 
				
			||||||
  - '{{ ppa_owner }}/{{branch}}-vdr'
 | 
					  - '{{ ppa_owner }}/{{branch}}-vdr'
 | 
				
			||||||
  - '{{ ppa_owner }}/{{branch}}-yavdr'
 | 
					  #- '{{ ppa_owner }}/{{branch}}-yavdr'
 | 
				
			||||||
  - '{{ ppa_owner }}/{{branch}}-kodi'
 | 
					  #- '{{ ppa_owner }}/{{branch}}-kodi'
 | 
				
			||||||
# properties of the user vdr and vdr-related options
 | 
					# properties of the user vdr and vdr-related options
 | 
				
			||||||
vdr:
 | 
					vdr:
 | 
				
			||||||
  user: vdr
 | 
					  user: vdr
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user