* use appropriate php version both for php and apache installations
+ pma for apache with auth and hand made change granted permissions + wp-cli + www-domain alias for apache and revers redirect for that
This commit is contained in:
6
playbooks/own/apt-update.yml
Normal file
6
playbooks/own/apt-update.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Update system packages
|
||||
hosts: [ 'debian10' ]
|
||||
tasks:
|
||||
- name: apt update
|
||||
shell: apt update && apt upgrade -y
|
||||
Reference in New Issue
Block a user