This commit is contained in:
@@ -7,4 +7,5 @@
|
||||
- role: cms_preparation
|
||||
- role: setup_database
|
||||
- role: configure_cms
|
||||
- role: configure_haproxy
|
||||
- role: add_helper_scripts
|
||||
|
||||
14
playbooks/test.yml
Normal file
14
playbooks/test.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: Test
|
||||
hosts: cms
|
||||
tasks:
|
||||
- name: Test
|
||||
ansible.builtin.file:
|
||||
path: /poop
|
||||
check_mode: true
|
||||
ignore_errors: true
|
||||
register: poop
|
||||
- name: Debug
|
||||
ansible.builtin.debug:
|
||||
var: poop
|
||||
when: ! poop.failed
|
||||
Reference in New Issue
Block a user