Closed mallmen closed 4 years ago
The install should be able to run without root privileges on the control host/helper node. Copying the ignition files to /var/www/html/ignition requires become: true in order for this to run as a non-root user.
become: true
added to PR#33
The install should be able to run without root privileges on the control host/helper node. Copying the ignition files to /var/www/html/ignition requires
become: true
in order for this to run as a non-root user.