+

Search Tips   |   Advanced Search

no-illegal-filenames

Files and directories should not contain illegal characters or names so that Ansible can be checked out on any Operating System.


Illegal Characters

The following characters are not allowed to be used in any part of the file or directory name;

The following characters are not allowed to be used as the last character of a file or directory;


Illegal Names

The following names are not allowed to be used as the name of a file or directory excluding the extension;

For example, the file folder/COM1, folder/COM1.txt are illegal but folder/COM1-file or folder/COM1-file.txt is allowed.

Next Previous