Skip to content

Commit

Permalink
Fix: PPA for PHP7 changed from "ppa:ondrej/php-7.0" to "ppa:ondrej/php"
Browse files Browse the repository at this point in the history
  • Loading branch information
William-Yeh committed Mar 17, 2016
1 parent c4b290d commit 122f299
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.vagrant
00-script
2 changes: 1 addition & 1 deletion 02-pkgmgr/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


- name: ==> 1 - add PPA of php7 (community)
apt_repository: repo="ppa:ondrej/php-7.0"
apt_repository: repo="ppa:ondrej/php"


- debug: msg="==> 2 - add PPA of nginx (official)"
Expand Down
2 changes: 1 addition & 1 deletion 03-deploy/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


- name: ==> 1 - add PPA of php7 (community)
apt_repository: repo="ppa:ondrej/php-7.0"
apt_repository: repo="ppa:ondrej/php"


- debug: msg="==> 2 - add PPA of nginx (official)"
Expand Down
2 changes: 1 addition & 1 deletion 04-db/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


- name: ==> 1 - add PPA of php7 (community)
apt_repository: repo="ppa:ondrej/php-7.0"
apt_repository: repo="ppa:ondrej/php"


- debug: msg="==> 2 - add PPA of nginx (official)"
Expand Down
2 changes: 1 addition & 1 deletion 05-success/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


- name: ==> 1 - add PPA of php7 (community)
apt_repository: repo="ppa:ondrej/php-7.0"
apt_repository: repo="ppa:ondrej/php"


- debug: msg="==> 2 - add PPA of nginx (official)"
Expand Down
2 changes: 1 addition & 1 deletion 06-ci/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@


- name: ==> 1 - add PPA of php7 (community)
apt_repository: repo="ppa:ondrej/php-7.0"
apt_repository: repo="ppa:ondrej/php"


- debug: msg="==> 2 - add PPA of nginx (official)"
Expand Down
2 changes: 1 addition & 1 deletion 10-role/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


- name: ==> 1 - add PPA of php7 (community)
apt_repository: repo="ppa:ondrej/php-7.0"
apt_repository: repo="ppa:ondrej/php"


- debug: msg="==> 2 - add PPA of nginx (official) -- delegated to roles"
Expand Down
2 changes: 1 addition & 1 deletion 11-galaxy/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


- name: ==> 1 - add PPA of php7 (community)
apt_repository: repo="ppa:ondrej/php-7.0"
apt_repository: repo="ppa:ondrej/php"


- debug: msg="==> 2 - add PPA of nginx (official) -- delegated to roles"
Expand Down
2 changes: 1 addition & 1 deletion 20-cluster/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


- name: ==> 1 - add PPA of php7 (community)
apt_repository: repo="ppa:ondrej/php-7.0"
apt_repository: repo="ppa:ondrej/php"


- debug: msg="==> 2 - add PPA of nginx (official) -- delegated to roles"
Expand Down
2 changes: 1 addition & 1 deletion 21-ha/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

tasks:
- name: ==> 1 - add PPA of php7 (community)
apt_repository: repo="ppa:ondrej/php-7.0"
apt_repository: repo="ppa:ondrej/php"


- debug: msg="==> 2 - add PPA of nginx (official) -- delegated to roles"
Expand Down
2 changes: 1 addition & 1 deletion 30-canary/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

tasks:
- name: ==> 1 - add PPA of php7 (community)
apt_repository: repo="ppa:ondrej/php-7.0"
apt_repository: repo="ppa:ondrej/php"


- debug: msg="==> 2 - add PPA of nginx (official) -- delegated to roles"
Expand Down

0 comments on commit 122f299

Please sign in to comment.