|
|
@ -9,7 +9,7 @@ |
|
|
- name: Create /tmp/microshift_bluprint.toml |
|
|
- name: Create /tmp/microshift_bluprint.toml |
|
|
ansible.builtin.file: |
|
|
ansible.builtin.file: |
|
|
path: /tmp/microshift_bluprint.toml |
|
|
path: /tmp/microshift_bluprint.toml |
|
|
state: file |
|
|
state: touch |
|
|
mode: "0755" |
|
|
mode: "0755" |
|
|
- name: Write blueprint content to /tmp/microshift_bluprint file |
|
|
- name: Write blueprint content to /tmp/microshift_bluprint file |
|
|
ansible.builtin.copy: |
|
|
ansible.builtin.copy: |
|
|
|