We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a7af8 commit 70d7b6dCopy full SHA for 70d7b6d
roles/api/defaults/main.yml
@@ -1,6 +1,4 @@
1
---
2
-# TODO
3
-backup: false
4
# Easier debugging
5
debug: false
6
desired_state: present
roles/api/tasks/backup.yml
roles/api/tasks/present.yml
@@ -3,9 +3,6 @@
- name: Authenticate
ansible.builtin.include_tasks: cookie.yml
-- name: Backup
7
- ansible.builtin.include_tasks: backup.yml
8
-
9
- name: Create Controller
10
ansible.builtin.include_tasks: controller.yml
11
0 commit comments