[17:35] Can anyone spot the problem on this user-data file that is not writing the files as configured? https://dpaste.com/9A9UW3ZAZ [17:42] The "write_files" is being ignored completed, and I can't, for the best of me, figure out why. [17:58] try adding "defer: true" [18:00] esv: OK, let me try that. [18:01] is there a write_files in autoinstall? [18:03] Right after adding the "defer: true" I though of that. Look it up, and it seems there isn't. How can I accomplish that? [18:04] put it in the user-data? [18:04] well, autoinstall is passed as user-data to the new instance, can't you pass it in the meta-data [18:05] With the same file? Like another key? [18:05] try the same. :) [18:05] worst case, it fails XD [18:05] "user-data" is a section of an autoinstall file which contains cloud-init cloud-config to be run on 1st boot of newly installed machine, right? [18:07] OK, trying it once more. Thanks everyone! [18:19] Great success! Thank you everyone!