Skip to content

Commit 9b038f6

Browse files
committed
Apply the previous change to playbooks.
1 parent 8fef693 commit 9b038f6

6 files changed

+6
-6
lines changed

jobs/provision_virtualmicromagnetics_fidimag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
roles:
1010
- fidimag
1111
- xserver
12-
- { role: rst_to_html, BUILD_DIR: /etc/skel/Desktop, SOURCE_PATH: /vagrant/extra_resources/welcome.rst, BUILD_NAME: Welcome.html }
12+
- rst_to_html
1313
- { role: add_super_user, AUTOLOGIN: true }
1414
- { role: set_hostname, HOSTNAME: virtualmicromagnetics-fidimag }

jobs/provision_virtualmicromagnetics_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
- nmag_examples
1717
- fidimag
1818
- xserver
19-
- { role: rst_to_html, BUILD_DIR: /etc/skel/Desktop, SOURCE_PATH: /vagrant/extra_resources/welcome.rst, BUILD_NAME: Welcome.html }
19+
- rst_to_html
2020
- { role: add_super_user, AUTOLOGIN: true }
2121
- { role: set_hostname, HOSTNAME: virtualmicromagnetics-full }

jobs/provision_virtualmicromagnetics_lite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
- nmag_examples
1515
- fidimag
1616
- xserver
17-
- { role: rst_to_html, BUILD_DIR: /etc/skel/Desktop, SOURCE_PATH: /vagrant/extra_resources/welcome.rst, BUILD_NAME: Welcome.html }
17+
- rst_to_html
1818
- { role: add_super_user, AUTOLOGIN: true }
1919
- { role: set_hostname, HOSTNAME: virtualmicromagnetics-lite }

jobs/provision_virtualmicromagnetics_magpar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
- magpar
1010
- magpar_examples
1111
- xserver
12-
- { role: rst_to_html, BUILD_DIR: /etc/skel/Desktop, SOURCE_PATH: /vagrant/extra_resources/welcome.rst, BUILD_NAME: Welcome.html }
12+
- rst_to_html
1313
- { role: add_super_user, AUTOLOGIN: true }
1414
- { role: set_hostname, HOSTNAME: virtualmicromagnetics-magpar }

jobs/provision_virtualmicromagnetics_nmag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
- nmag
1010
- nmag_examples
1111
- xserver
12-
- { role: rst_to_html, BUILD_DIR: /etc/skel/Desktop, SOURCE_PATH: /vagrant/extra_resources/welcome.rst, BUILD_NAME: Welcome.html }
12+
- rst_to_html
1313
- { role: add_super_user, AUTOLOGIN: true }
1414
- { role: set_hostname, HOSTNAME: virtualmicromagnetics-nmag }

jobs/provision_virtualmicromagnetics_oommf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
- oommf
1010
- oommf_examples
1111
- xserver
12-
- { role: rst_to_html, BUILD_DIR: /etc/skel/Desktop, SOURCE_PATH: /vagrant/extra_resources/welcome.rst, BUILD_NAME: Welcome.html }
12+
- rst_to_html
1313
- { role: add_super_user, AUTOLOGIN: true }
1414
- { role: set_hostname, HOSTNAME: virtualmicromagnetics-oommf }

0 commit comments

Comments
 (0)