Replace the postfix task by using the base role
This commit is contained in:
parent
29a3b73a70
commit
4c6b323d3e
1 changed files with 3 additions and 1 deletions
|
@ -25,9 +25,11 @@
|
||||||
- ${private}/vars.yml
|
- ${private}/vars.yml
|
||||||
- ${vars}/${ansible_distribution}.yml
|
- ${vars}/${ansible_distribution}.yml
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- /srv/web/infra/ansible/roles/base
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: $tasks/cloud_setup_basic.yml
|
- include: $tasks/cloud_setup_basic.yml
|
||||||
- include: $tasks/postfix_basic.yml
|
|
||||||
|
|
||||||
- name: make the jenkins path
|
- name: make the jenkins path
|
||||||
action: file state=directory path=/var/lib/jenkins
|
action: file state=directory path=/var/lib/jenkins
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue