Skip to content

Commit d469ef8

Browse files
committed
TMP: debug cloud_init
1 parent b854a70 commit d469ef8

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

ansible/fatimage.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@
4545
pulp_site_target_distribution_version: "{{ hostvars[groups['pulp_site'][0]]['ansible_facts']['distribution_version'] }}"
4646
when: appliances_mode != 'configure'
4747

48+
# TODO: is this the right place?
49+
- name: Install compute_init playbook
50+
hosts: compute_init
51+
tags: compute_init # tagged to allow running on cluster instances for dev
52+
become: true
53+
tasks:
54+
- ansible.builtin.include_role:
55+
name: compute_init
56+
tasks_from: install.yml
57+
4858
- import_playbook: bootstrap.yml
4959

5060
- hosts: doca
@@ -108,16 +118,6 @@
108118

109119
- import_playbook: extras.yml
110120

111-
# TODO: is this the right place?
112-
- name: Install compute_init playbook
113-
hosts: compute_init
114-
tags: compute_init # tagged to allow running on cluster instances for dev
115-
become: true
116-
tasks:
117-
- ansible.builtin.include_role:
118-
name: compute_init
119-
tasks_from: install.yml
120-
121121
- name: Install gateway playbook
122122
hosts: gateway
123123
tags: gateway

0 commit comments

Comments
 (0)